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

13 lines (12 loc) 293 B
export declare class MigrationsTwoFactor { installed_rank: number; version: string | null; description: string; type: string; script: string; checksum: number | null; installed_by: string; installed_on: Date; execution_time: number; success: boolean; }