/** One text file selected in the dropzone, with UTF-8 content read client-side. */ export interface UploadedFileLocal { name: string; content: string; }