hrms-mgt/src/modules/04_registryPerson/interface/index/document.ts

9 lines
116 B
TypeScript
Raw Normal View History

2024-03-13 16:51:43 +07:00
interface ArrayFileList {
id:string
pathName:string
fileName:string
}
export type {
ArrayFileList
}