Interface CsvV1Office

Single Office or List of Offices in comma separated format

Export

CsvV1Office

interface CsvV1Office {
    longName?: string;
    office?: string;
    officeType?: string;
    reportsToOffice?: string;
}

Properties

longName?: string

Memberof

CsvV1Office

office?: string

Memberof

CsvV1Office

officeType?: string

Memberof

CsvV1Office

reportsToOffice?: string

Memberof

CsvV1Office