export interface File { uri: string; name: string; type: string; }