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 343 B
import { DynamicModule } from '@nestjs/common'; import { UserCrudOptionsExtrasInterface } from '../../../shared/interfaces/rockets-auth-options-extras.interface'; export declare class RocketsAuthSignUpModule { static register(admin: UserCrudOptionsExtrasInterface): DynamicModule; } //# sourceMappingURL=rockets-auth-signup.module.d.ts.map