taskphase crate and delete

This commit is contained in:
hamid zarghami
2026-07-11 11:45:18 +03:30
parent 9c84048730
commit 2bc7a37082
4 changed files with 45 additions and 16 deletions
@@ -37,6 +37,8 @@ export type ProjectTaskType = unknown;
export type ProjectTaskPhaseType = {
id: string;
name: string;
order: number;
color: string;
tasks: ProjectTaskType[];
};