UNPKG

@directus/api

Version:

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

4 lines (3 loc) 259 B
import type { Aggregate, SchemaOverview } from '@directus/types'; import type { Knex } from 'knex'; export declare function applyAggregate(schema: SchemaOverview, dbQuery: Knex.QueryBuilder, aggregate: Aggregate, collection: string, hasJoins: boolean): void;