@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 • 307 B
TypeScript
import { RoleEntityInterface } from '@concepta/nestjs-common';
import { RocketsAuthRoleInterface } from './rockets-auth-role.interface';
export interface RocketsAuthRoleEntityInterface extends RoleEntityInterface, RocketsAuthRoleInterface {
}
//# sourceMappingURL=rockets-auth-role-entity.interface.d.ts.map