UNPKG

@netlify/config

Version:
8 lines (7 loc) 225 B
import type { NetlifyAPI } from 'netlify'; export declare const getEnvelope: ({ api, accountId, siteId, context, }: { api: NetlifyAPI; accountId: string; siteId?: string; context?: string; }) => Promise<any>;