import type { DbUrl } from "./DbUrl"; export type ImageDetails = { link: DbUrl; width: number; height: number; content_type: string; blurhash?: string; };