UNPKG

@mastra/core

Version:

Mastra is a framework for building AI-powered applications and agents with a modern TypeScript stack.

11 lines 302 B
/** * @mastra/core/auth * * Authentication capabilities for Mastra. * For enterprise features (RBAC, ACL, license validation), see `@mastra/core/auth/ee`. * * @packageDocumentation */ export * from './interfaces/index.js'; export * from './defaults/index.js'; //# sourceMappingURL=index.d.ts.map