This commit is contained in:
2024-04-28 04:55:19 +03:00
parent c4e106576e
commit d0a32b938c
25 changed files with 274 additions and 58 deletions

View File

@@ -8,6 +8,7 @@ export type DealStatusHistorySchema = {
changedAt: string;
fromStatus: number;
toStatus: number;
nextStatusDeadline: string;
nextStatusDeadline: (string | null);
comment?: (string | null);
};