UNPKG

@directus/api

Version:

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

8 lines (7 loc) 299 B
import { CollabHandler } from '../collab/collab.js'; export declare function startWebSocketHandlers(): void; export declare function getCollabHandler(): CollabHandler | undefined; export * from './heartbeat.js'; export * from './items.js'; export * from './logs.js'; export * from './subscribe.js';