Interface OfficeTabulation

Single Office or List of Offices in tab separated format

Export

OfficeTabulation

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

Properties

longName?: string

Memberof

OfficeTabulation

office?: string

Memberof

OfficeTabulation

officeType?: string

Memberof

OfficeTabulation

reportsToOffice?: string

Memberof

OfficeTabulation