UNPKG

@netlify/config

Version:
13 lines (12 loc) 390 B
import { TestOptions } from '../types/options.js'; type AvailableIntegration = { slug: string; hostSiteUrl: string; hasBuild?: boolean; }; type GetAvailableIntegrationsOpts = { testOpts: TestOptions; offline: boolean; }; export declare const getAvailableIntegrations: ({ testOpts, offline, }: GetAvailableIntegrationsOpts) => Promise<AvailableIntegration[]>; export {};