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

8 lines
114 B
TypeScript
Raw Normal View History

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