feat: generation of modules from the server, moved modules fields from the general tab
This commit is contained in:
@@ -9,7 +9,6 @@ export type CardGeneralInfoSchema = {
|
||||
isDeleted: boolean;
|
||||
isCompleted: boolean;
|
||||
comment: string;
|
||||
shippingWarehouse?: (string | null);
|
||||
manager?: (UserSchema | null);
|
||||
boardId: number;
|
||||
statusId: number;
|
||||
|
||||
Reference in New Issue
Block a user