Fix Schedule field types.

This commit is contained in:
Alexis Lahouze 2017-07-26 23:09:55 +02:00
parent c546cbf833
commit 3363cf682a
1 changed files with 2 additions and 2 deletions

View File

@ -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;