no message

This commit is contained in:
setthawutttty 2024-03-13 16:51:43 +07:00
parent 47f84f444b
commit c9e8f3b89c
9 changed files with 1150 additions and 217 deletions

View file

@ -0,0 +1,9 @@
interface ArrayFileList {
id:string
pathName:string
fileName:string
}
export type {
ArrayFileList
}