UNPKG

@alisdigital/types-library

Version:

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

6 lines (5 loc) 225 B
import { IUserModelAttributes } from "../entities/user.entity"; import { IImageResponse } from "../../Base/response/image.response"; export interface IUserResponse extends IUserModelAttributes { image?: IImageResponse; }