netlify
Version:
Netlify command line tool
9 lines • 411 B
TypeScript
import type { LocalState } from './types.js';
export declare const startLiveTunnel: ({ localPort, netlifyApiToken, siteId, slug, }: {
localPort: number;
netlifyApiToken?: string | null | undefined;
siteId?: string | undefined;
slug: string;
}) => Promise<string>;
export declare const getLiveTunnelSlug: (state: LocalState, override?: string) => string;
//# sourceMappingURL=live-tunnel.d.ts.map