UNPKG

astro-compress

Version:
12 lines (11 loc) 254 B
import type File from "@playform/pipe/Target/Interface/File.js"; import type { Sharp } from "sharp"; /** * @module Image * */ export default interface Interface extends Omit<File, "Buffer"> { Buffer: { [key: string]: any; } & Sharp; }