UNPKG

@prismatic-io/embedded

Version:

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

5 lines (4 loc) 294 B
import type { WorkflowContext } from "./fetchWorkflowContexts"; export declare const biomeFormat: (source: string) => Promise<string>; export declare const stableKeyToTypeName: (stableKey: string) => string; export declare const generateTypes: (contexts: WorkflowContext[]) => Promise<string>;