Interface GetLocationGroupWithGroupIdRequest

interface GetLocationGroupWithGroupIdRequest {
    categoryId: string;
    groupId: string;
    office: string;
}

Properties

categoryId: string
groupId: string
office: string