UNPKG

@directus/api

Version:

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

7 lines (6 loc) 311 B
import type { PromiseCallback } from '@directus/types'; import type { Reference } from 'isolated-vm'; export declare function registerActionGenerator(): { register: (event: Reference<string>, cb: Reference<(payload: unknown) => void | Promise<void>>) => void; unregisterFunctions: PromiseCallback[]; };