@mastra/core
Version:
Mastra is a framework for building AI-powered applications and agents with a modern TypeScript stack.
8 lines • 442 B
TypeScript
/**
* Default implementations for EE authentication.
*
* @license Mastra Enterprise License - see ee/LICENSE
*/
export { DEFAULT_ROLES, type Permission, type PermissionPattern, type RoleMapping, getDefaultRole, resolvePermissions, resolvePermissionsFromMapping, matchesPermission, hasPermission, } from './roles.js';
export { StaticRBACProvider, type StaticRBACProviderOptions } from './rbac/index.js';
//# sourceMappingURL=index.d.ts.map