Interface DeleteLocationCategoryWithCategoryIdRequest

interface DeleteLocationCategoryWithCategoryIdRequest {
    cascadeDelete?: boolean;
    categoryId: string;
    office: string;
}

Properties

cascadeDelete?: boolean
categoryId: string
office: string