@directus/api
Version:
Directus is a real-time API and App dashboard for managing SQL database content
6 lines (5 loc) • 358 B
TypeScript
import type { Accountability } from '@directus/types';
import type { Knex } from 'knex';
import type { GlobalAccess } from '../types.js';
export declare const fetchGlobalAccessForUser: typeof _fetchGlobalAccessForUser;
export declare function _fetchGlobalAccessForUser(accountability: Pick<Accountability, 'user' | 'ip'>, knex: Knex): Promise<GlobalAccess>;