UNPKG

@alisdigital/types-library

Version:

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

6 lines (5 loc) 283 B
import { IBaseEntity } from "../entities/base.entity"; import { IUserDetailModelAttributes, IUserModelAttributes } from "../entities/user.entity"; export interface IUserResponse extends IBaseEntity, IUserModelAttributes { details: (IUserDetailModelAttributes & IBaseEntity)[]; }