task list and create

This commit is contained in:
hamid zarghami
2026-07-11 11:54:23 +03:30
parent 2bc7a37082
commit 833ac2446f
8 changed files with 133 additions and 12 deletions
@@ -1,4 +1,5 @@
import { IResponse } from "../../../../types/response.types";
import { TaskItemType } from "../../task/types/TaskTypes";
export type ProjectItem = {
id: string;
@@ -32,7 +33,7 @@ export type ProjectDetailType = CreateProjectType & {
export type UpdateProjectType = CreateProjectType;
export type ProjectTaskType = unknown;
export type ProjectTaskType = TaskItemType;
export type ProjectTaskPhaseType = {
id: string;