export type GetFileFromUrl = (url: string, filename?: string) => Promise<File | null | string | ArrayBuffer | Record<string, any>>;
