UNPKG

@open-wa/wa-automate-types-only

Version:

Types generated from the @open-wa/wa-automate package

7 lines (6 loc) 192 B
export declare const createCustomDomainTunnel: (cliConfig: any, PORT: number) => Promise<{ url: string; connections: Promise<any>[]; child: any; stop: () => Promise<void>; }>;