UNPKG

@directus/api

Version:

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

9 lines (8 loc) 299 B
type Options = { flow: string; payload?: Record<string, any> | Record<string, any>[] | string | null; iterationMode?: 'serial' | 'batch' | 'parallel'; batchSize?: number; }; declare const _default: import("@directus/extensions").OperationApiConfig<Options>; export default _default;