Skip to main content

CompletedInfo

type CompletedInfo = 
| {
[key: string]: unknown;
archivedSections: number;
completedItems: number;
projectId: string;
}
| {
[key: string]: unknown;
completedItems: number;
id: string;
sectionId: string;
}
| {
[key: string]: unknown;
completedItems: number;
id?: string;
itemId: string;
};