export interface ITask { id: string; name: string; skillIds: string[]; scheduleId: string; doneAt: string[]; } //# sourceMappingURL=task.d.ts.map