UNPKG

maests

Version:

An executable compiler for creating Maestro's yaml-flows with typescript.

11 lines (10 loc) 281 B
export declare const initFlow: ({ appId, onFlowStart, }?: { appId?: string; onFlowStart?: () => void; }) => void; export declare const launchApp: ({ appId }?: { appId?: string; }) => void; export declare const clearState: ({ appId }?: { appId?: string; }) => void;