taskphase crate and delete
This commit is contained in:
@@ -37,6 +37,8 @@ export type ProjectTaskType = unknown;
|
||||
export type ProjectTaskPhaseType = {
|
||||
id: string;
|
||||
name: string;
|
||||
order: number;
|
||||
color: string;
|
||||
tasks: ProjectTaskType[];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user