UNPKG

login-auth-services

Version:

Authentication services for Google, GitHub, Microsoft, okta and multi-factor authentication using OTP.

3 lines (2 loc) 116 B
import { User } from '../entities/User'; export declare const userRepository: import("typeorm").Repository<User>;