UNPKG

@directus/api

Version:

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

7 lines (6 loc) 192 B
/** * Fetches the roles tree starting from a specific role. */ export declare const fetchRolesTree: (start: string | null, context: { knex: import("knex").Knex; }) => Promise<string[]>;