UNPKG

@alisdigital/types-library

Version:

TypeScript type definitions for Papilet ecosystem with session soft delete and event management features

4 lines (3 loc) 126 B
import { IUserModelAttributes } from "../entity/user.entity"; export interface IUserResponse extends IUserModelAttributes { }