interface ArrayFileList {
id: string;
pathName: string;
fileName: string;
}
export type { ArrayFileList };