feat: attributes in cards and projects

This commit is contained in:
2025-02-27 18:34:15 +04:00
parent 8083bdf3d0
commit d37dce7980
75 changed files with 1674 additions and 281 deletions

View File

@@ -14,5 +14,6 @@ export type CardGeneralInfoSchema = {
boardId: number;
statusId: number;
isServicesProfitAccounted: boolean;
clientId: (number | null);
};