UNPKG

@bitwild/rockets-auth

Version:

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

5 lines 181 B
export interface RocketsAuthUserMetadataCreateDtoInterface { userId: string; [key: string]: unknown; } //# sourceMappingURL=rockets-auth-user-metadata-dto.interface.d.ts.map