UNPKG

@directus/api

Version:

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

5 lines (4 loc) 294 B
import type { Accountability } from '@directus/types'; import type { Knex } from 'knex'; import type { GlobalAccess } from '../types.js'; export declare function fetchGlobalAccessForQuery(query: Knex.QueryBuilder<any, any[]>, accountability: Pick<Accountability, 'ip'>): Promise<GlobalAccess>;