Interface TabV1Office

Single Office or List of Offices in tab separated format

Export

TabV1Office

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

Properties

longName?: string

Memberof

TabV1Office

office?: string

Memberof

TabV1Office

officeType?: string

Memberof

TabV1Office

reportsToOffice?: string

Memberof

TabV1Office