UNPKG

@directus/api

Version:

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

12 lines (11 loc) 220 B
export function createDefaultAccountability(overrides) { return { role: null, user: null, roles: [], admin: false, app: false, ip: null, ...overrides, }; }