UNPKG

@difizen/ai-flow

Version:

Scalable, out-of-the-box, agent-oriented flow

9 lines (8 loc) 282 B
import { NodeDataType } from "../interfaces/flow"; export declare const IS_MAC: boolean; export declare const defaultShortcuts: { name: string; shortcut: string; }[]; export declare const SAVE_DEBOUNCE_TIME = 2000; export declare const DefaultTemplateNodes: NodeDataType[];