SyncTask
type SyncTask = {
addedAt: string;
addedByUid: string | null;
assignedByUid: string | null;
checked: boolean;
childOrder: number;
content: string;
deadline: Deadline | null;
description: string;
due: DueDate | null;
duration: Duration | null;
id: string;
labels: string[];
parentId: string | null;
priority: number;
projectId: string;
responsibleUid: string | null;
sectionId: string | null;
};
Type declaration
Name | Type |
---|---|
addedAt | string |
addedByUid | string | null |
assignedByUid | string | null |
checked | boolean |
childOrder | number |
content | string |
deadline | Deadline | null |
description | string |
due | DueDate | null |
duration | Duration | null |
id | string |
labels | string [] |
parentId | string | null |
priority | number |
projectId | string |
responsibleUid | string | null |
sectionId | string | null |