UNPKG

sanity-next-social-image-generator

Version:
12 lines (11 loc) 236 B
/// <reference types="node" /> export interface UploadArgs { image: Buffer; documentId: string; dataset: string; projectId: string; apiVersion: string; token: string; useCdn: boolean; redisUrl: string; }