feat(core): Add description to projects (#15611)

This commit is contained in:
Daria
2025-06-12 13:57:23 +03:00
committed by GitHub
parent 46723d3518
commit 1ddbb78909
22 changed files with 235 additions and 35 deletions

View File

@@ -294,6 +294,7 @@ export declare namespace ProjectRequest {
name: string | undefined;
icon: ProjectIcon | null;
type: ProjectType;
description: string | null;
relations: ProjectRelationResponse[];
scopes: Scope[];
};