@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 • 521 B
TypeScript
import { AuthRecoveryNotificationServiceInterface } from '@concepta/nestjs-auth-recovery/dist/interfaces/auth-recovery-notification.service.interface';
import { AuthVerifyNotificationServiceInterface } from '@concepta/nestjs-auth-verify/dist/interfaces/auth-verify-notification.service.interface';
export interface RocketsAuthNotificationServiceInterface extends AuthRecoveryNotificationServiceInterface, AuthVerifyNotificationServiceInterface {
}
//# sourceMappingURL=rockets-auth-notification.service.interface.d.ts.map