UNPKG

netlify

Version:

Netlify command line tool

5 lines 311 B
import type { NetlifyAPI } from '@netlify/api'; import type { CachedConfig } from '../../lib/build.js'; import type { SiteInfo } from '../../utils/types.js'; export declare const getSiteInfo: (api: NetlifyAPI, siteId: string, cachedConfig: CachedConfig) => Promise<SiteInfo>; //# sourceMappingURL=utils.d.ts.map