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

9 lines (8 loc) 183 B
export declare class CreateTwoFactorCodeDto { type: string; operationName: string; code: string; used: boolean; outdated: boolean; externalTenantId: string; }