@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
10 lines (9 loc) • 310 B
TypeScript
/**
* This is a barrel export file for all models and their related types.
*
* 🟢 You can import this file directly.
*/
export type * from './models/TwoFactorUser';
export type * from './models/TwoFactorCode';
export type * from './models/migrations_two_factor';
export type * from './commonInputTypes';