Interface GetLocationCategoryWithCategoryIdRequest

interface GetLocationCategoryWithCategoryIdRequest {
    categoryId: string;
    office: string;
}

Properties

Properties

categoryId: string
office: string