v0.1
This commit is contained in:
@@ -8,6 +8,7 @@ export type DealStatusHistorySchema = {
|
||||
changedAt: string;
|
||||
fromStatus: number;
|
||||
toStatus: number;
|
||||
nextStatusDeadline: string;
|
||||
nextStatusDeadline: (string | null);
|
||||
comment?: (string | null);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user