UNPKG

@netlify/config

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