UNPKG

@nestjs-mod/two-factor

Version:

Two factor module with an error filter, guard, controller, database migrations and rest-sdk for work with module from other nodejs appliaction

7 lines (6 loc) 159 B
export declare class UpdateTwoFactorUserDto { username?: string | null; secret?: string; externalTenantId?: string; externalUserId?: string; }