Interface GetOfficesWithOfficeRequest

interface GetOfficesWithOfficeRequest {
    format?: string;
    office: string;
}

Properties

Properties

format?: string
office: string