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