updated task schema model #376
Annotations
6 errors and 1 warning
run-lint
Type '{ id: number; type: TaskType; title: string; description: string | null; creditValue: number; endDate: Date | null; recurrenceFrequency: RecurrenceFrequency; specificDay: DaysOfWeek | null; repeatDays: DaysOfWeek[]; }' is not assignable to type 'TaskDTO'.
|
run-lint
Type '{ id: number; type: TaskType; title: string; description: string | null; creditValue: number; endDate: Date | null; recurrenceFrequency: RecurrenceFrequency; specificDay: DaysOfWeek | null; repeatDays: DaysOfWeek[]; }[]' is not assignable to type 'TaskDTO[]'.
|
run-lint
Type '{ id: number; type: TaskType; title: string; description: string | null; creditValue: number; endDate: Date | null; recurrenceFrequency: RecurrenceFrequency; specificDay: DaysOfWeek | null; repeatDays: DaysOfWeek[]; }' is not assignable to type 'TaskDTO'.
|
run-lint
Type '{ id: number; type: TaskType; title: string; description: string | null; creditValue: number; endDate: Date | null; recurrenceFrequency: RecurrenceFrequency; specificDay: DaysOfWeek | null; repeatDays: DaysOfWeek[]; }' is not assignable to type 'TaskDTO'.
|
run-lint
Type '{ id: number; type: TaskType; title: string; description: string | null; creditValue: number; endDate: Date | null; recurrenceFrequency: RecurrenceFrequency; specificDay: DaysOfWeek | null; repeatDays: DaysOfWeek[]; }' is not assignable to type 'TaskDTO'.
|
run-lint
Process completed with exit code 2.
|
run-lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|