import { File } from "."; export interface StrapiImageFormat { key: string; file: File; }