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