Interface GetLocationCategoryRequest

interface GetLocationCategoryRequest {
    office?: string;
}

Properties

Properties

office?: string