@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 • 377 B
TypeScript
import { UserEntityInterface } from '@concepta/nestjs-common';
import { RocketsAuthUserMetadataEntityInterface } from './rockets-auth-user-metadata-entity.interface';
export interface RocketsAuthUserEntityInterface extends UserEntityInterface {
userMetadata?: RocketsAuthUserMetadataEntityInterface | null;
}
//# sourceMappingURL=rockets-auth-user-entity.interface.d.ts.map