UNPKG

sanity-next-social-image-generator

Version:
3 lines (2 loc) 187 B
import { UploadArgs } from './types'; export declare const uploadToSanity: ({ image, documentId, dataset, projectId, apiVersion, token, useCdn, redisUrl, }: UploadArgs) => Promise<void>;