export type ImagePreview = {
    resolution: string;
    url: string;
};
