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

8 lines (7 loc) 210 B
import { TwoFactorError } from './two-factor.errors'; export declare const TwoFactorEntities: { new (): {}; }; export declare const TWO_FACTOR_EXTRA_MODELS: (typeof TwoFactorError | { new (): {}; })[];