UNPKG

deepinfra

Version:
6 lines (5 loc) 150 B
import { ReadStreamInput } from "../../../lib/utils/read-stream"; export interface ImageRequest { image: ReadStreamInput; webhook?: string; }