UNPKG

@bitwild/rockets-auth

Version:

Rockets Auth - Complete authentication and authorization solution for NestJS with JWT, OAuth, OTP, role-based access control, and more

6 lines 371 B
import { UserInterface } from '@concepta/nestjs-common'; import { RocketsAuthUserMetadataEntityInterface } from './rockets-auth-user-metadata-entity.interface'; export interface RocketsAuthUserInterface extends UserInterface { userMetadata?: Record<string, unknown> | RocketsAuthUserMetadataEntityInterface; } //# sourceMappingURL=rockets-auth-user.interface.d.ts.map