Interface DeleteLocationsWithLocationIdRequest

interface DeleteLocationsWithLocationIdRequest {
    locationId: string;
    office?: string;
}

Properties

Properties

locationId: string
office?: string