UNPKG

@directus/api

Version:

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

4 lines (3 loc) 228 B
import type { Knex } from 'knex'; export declare function applyLimit(knex: Knex, rootQuery: Knex.QueryBuilder, limit: any): void; export declare function applyOffset(knex: Knex, rootQuery: Knex.QueryBuilder, offset: any): void;