แก้ type ScheduleCreate
This commit is contained in:
parent
54ae45dbe3
commit
a74089355f
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ interface ScheduleCreate {
|
|||
date: string[];
|
||||
schedule: string;
|
||||
startAt?: string;
|
||||
enabled?: boolean;
|
||||
}
|
||||
|
||||
export type { ScheduleCreate };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue