Interface GetOfficesRequest

interface GetOfficesRequest {
    format?: string;
    hasData?: boolean;
}

Properties

Properties

format?: string
hasData?: boolean