GetFullProjectResponse
type GetFullProjectResponse = {
collaborators: User[];
commentsCount: number;
notes: Comment[];
project: |
| PersonalProject
| WorkspaceProject
| null;
sections: Section[];
tasks: Task[];
};
Response from getting full project data.
See
Properties
collaborators
collaborators: User[];
commentsCount
commentsCount: number;
notes
notes: Comment[];
project
project:
|
| PersonalProject
| WorkspaceProject
| null;
sections
sections: Section[];
tasks
tasks: Task[];