UNPKG

@prismatic-io/embedded

Version:

Embed Prismatic's integration marketplace and workflow designer within your existing application.

6 lines (5 loc) 182 B
export interface WorkflowContext { stableKey: string; contextSchema: Record<string, unknown>; } export declare const fetchWorkflowContexts: () => Promise<WorkflowContext[]>;