UNPKG

@directus/api

Version:

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

4 lines (3 loc) 189 B
import type { Knex } from 'knex'; export declare const fetchRolesTree: typeof _fetchRolesTree; export declare function _fetchRolesTree(start: string | null, knex: Knex): Promise<string[]>;