export interface IMinioLs {
  fileName: string
  filePath: string
  lastModified: string
  unixTime: number
}
