ตั้งค่าระบบ => UI

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-07-05 17:34:30 +07:00
parent 587daf6a0e
commit c82577c05b
8 changed files with 340 additions and 0 deletions

View file

@ -0,0 +1,8 @@
interface DataBackup {
id: string;
name: string;
createAt: Date;
status: string;
}
export type { DataBackup };