UNPKG

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

Version:

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

4 lines (3 loc) 171 B
import { ConfigObject } from "../../api/model"; export declare function popup(config: ConfigObject): Promise<string>; export declare const closeHttp: () => Promise<void>;