task list and create
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user