UNPKG

@directus/api

Version:

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

5 lines (4 loc) 301 B
import type { Accountability } from '@directus/types'; import type { Knex } from 'knex'; export declare const fetchPoliciesIpAccess: typeof _fetchPoliciesIpAccess; export declare function _fetchPoliciesIpAccess(accountability: Pick<Accountability, 'user' | 'roles'>, knex: Knex): Promise<string[][]>;