interface FileInterface { url: string; name: string; size?: number; } export type { FileInterface };