/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface UpdatedProjectCategoryAsResponse { /** * The name of the project category. */ description?: string; /** * The ID of the project category. */ id?: string; /** * The description of the project category. */ name?: string; /** * The URL of the project category. */ self?: string; } //# sourceMappingURL=UpdatedProjectCategoryAsResponse.d.ts.map