Interface DeleteLocationGroupWithGroupIdRequest

interface DeleteLocationGroupWithGroupIdRequest {
    cascadeDelete?: boolean;
    categoryId: string;
    groupId: string;
    office: string;
}

Properties

cascadeDelete?: boolean
categoryId: string
groupId: string
office: string