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 197 B
export interface RocketsAuthUserMetadataEntityInterface { id: string; userId: string; [key: string]: unknown; } //# sourceMappingURL=rockets-auth-user-metadata-entity.interface.d.ts.map