export interface ProjectCategory { /** * The name of the project category. Required on create, optional on update. */ name?: string; /** * The description of the project category. */ description?: string; } //# sourceMappingURL=ProjectCategory.d.ts.map