export interface auditCategoryModel { id: string; category_id: number; category_name: string; parent_category_names: Array; }