feat: projects and boards
This commit is contained in:
@@ -2,12 +2,13 @@
|
||||
/* istanbul ignore file */
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
import type { StatusSchema } from './StatusSchema';
|
||||
import type { UserSchema } from './UserSchema';
|
||||
export type DealStatusHistorySchema = {
|
||||
user: UserSchema;
|
||||
changedAt: string;
|
||||
fromStatus: number;
|
||||
toStatus: number;
|
||||
fromStatus: StatusSchema;
|
||||
toStatus: StatusSchema;
|
||||
nextStatusDeadline: (string | null);
|
||||
comment?: (string | null);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user