แก้ type

This commit is contained in:
Net 2024-07-19 14:33:29 +07:00
parent 64039caddc
commit 16c02a817a

View file

@ -41,6 +41,7 @@ interface Schedule {
id: string;
timeStartEvery: string;
startAt?: string;
enabled: boolean;
}
export type { DataBackup, BackUpRunning, Schedule };