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