Files
upscayl/electron/types/types.d.ts
2024-11-10 14:57:04 +05:30

4 lines
117 B
TypeScript

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