แก้ type ScheduleCreate

This commit is contained in:
Net 2024-07-19 15:55:00 +07:00
parent 54ae45dbe3
commit a74089355f

View file

@ -8,6 +8,7 @@ interface ScheduleCreate {
date: string[]; date: string[];
schedule: string; schedule: string;
startAt?: string; startAt?: string;
enabled?: boolean;
} }
export type { ScheduleCreate }; export type { ScheduleCreate };