export interface Category { readonly id: number; readonly projectId: number; readonly name: string; readonly displayOrder: number; }