Fix Schedule field types.
This commit is contained in:
parent
c546cbf833
commit
3363cf682a
@ -2,8 +2,8 @@
|
||||
|
||||
export class Schedule {
|
||||
id: number;
|
||||
start_date: Date;
|
||||
stop_date: Date;
|
||||
start_date: string;
|
||||
stop_date: string;
|
||||
day: number;
|
||||
frequency: number;
|
||||
label: string;
|
||||
|
Loading…
Reference in New Issue
Block a user