export interface UploaderFile { name: string; type: string; fileBase64: string; base64: string; }