Interface Office

A representation of a CWMS office

Export

Office

interface Office {
    longName?: string;
    name?: string;
    reportsTo?: string;
    type?: OfficeTypeEnum;
}

Properties

longName?: string

Memberof

Office

name?: string

Memberof

Office

reportsTo?: string

Reference to another office, like a division, that this office reports to.

Memberof

Office

Memberof

Office