ตั้งค่าระบบ => UI
This commit is contained in:
parent
587daf6a0e
commit
c82577c05b
8 changed files with 340 additions and 0 deletions
8
src/modules/04_system/interface/response/Main.ts
Normal file
8
src/modules/04_system/interface/response/Main.ts
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
interface DataBackup {
|
||||
id: string;
|
||||
name: string;
|
||||
createAt: Date;
|
||||
status: string;
|
||||
}
|
||||
|
||||
export type { DataBackup };
|
||||
Loading…
Add table
Add a link
Reference in a new issue