CreateProjectFromTemplateResponse
type CreateProjectFromTemplateResponse = {
comments: Comment[];
projectId: string;
projects: (
| PersonalProject
| WorkspaceProject)[];
sections: Section[];
status: string;
tasks: Task[];
templateType: string;
};
Response from creating a project from a template.
Properties
comments
comments: Comment[];
projectId
projectId: string;
projects
projects: (
| PersonalProject
| WorkspaceProject)[];
sections
sections: Section[];
status
status: string;
tasks
tasks: Task[];
templateType
templateType: string;