Interface DeleteTimeSeriesCategoryWithCategoryIdRequest

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

Properties

cascadeDelete?: boolean
categoryId: string
office: string