Interface GetLocationsWithLocationIdRequest

interface GetLocationsWithLocationIdRequest {
    locationId: string;
    office: string;
    unit?: string;
}

Properties

locationId: string
office: string
unit?: string