import { imageFormats } from "../../common/image-formats"; export type ImageFormat = (typeof imageFormats)[number];