UNPKG

@brewww/authentication-service

Version:
5 lines (4 loc) 158 B
import { User } from "../../entities/user.entity"; export interface IPostRegisterUserHandler { handleAsync(user: User, appData: object): Promise<User>; }