UNPKG

@directus/api

Version:

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

4 lines (3 loc) 289 B
import type { PrimaryKey, Query, QueryOptions } from '@directus/types'; import type { ItemsService as ItemsServiceType } from '../../services/index.js'; export declare function handleVersion(self: ItemsServiceType, key: PrimaryKey, queryWithKey: Query, opts?: QueryOptions): Promise<any>;