Interface Office

interface Office {
    bookshelves: Bookshelf[];
    businessId?: string;
    certificate: CertificateStatusInformation;
    contactPersons?: OfficeContactPerson[];
    created: Date;
    customization?: OfficeCustomization;
    id: string;
    name: string;
    officeType?: OfficeType;
    roles: OfficeRole[];
}

Properties

bookshelves: Bookshelf[]
businessId?: string
contactPersons?: OfficeContactPerson[]
created: Date
customization?: OfficeCustomization
id: string
name: string
officeType?: OfficeType
roles: OfficeRole[]