export interface Category { id: string; appName: string; name: string; parentId: string; }