UNPKG

@directus/api

Version:

Directus is a real-time API and App dashboard for managing SQL database content

9 lines (8 loc) 302 B
export declare const triggerFlow: import("../types.js").ToolConfig<{ id: string | number; collection: string; keys?: (string | number)[] | undefined; query?: Record<string, any> | undefined; headers?: Record<string, any> | undefined; data?: Record<string, any> | undefined; }>;