Interface OfficeCSV

Single Office or List of Offices in comma separated format

Export

OfficeCSV

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

Properties

longName?: string

Memberof

OfficeCSV

office?: string

Memberof

OfficeCSV

officeType?: string

Memberof

OfficeCSV

reportsToOffice?: string

Memberof

OfficeCSV