UNPKG

@brewww/authentication-service

Version:
5 lines (4 loc) 136 B
import { User } from "../../entities/user.entity"; export interface IUserValidator { validateAsync(user: User): Promise<boolean>; }