UNPKG

@alisdigital/types-library

Version:

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

5 lines (4 loc) 200 B
import { IBaseEntity } from "../../Base/entities/base.entity"; import { IAppModelAttributes } from "../entities/app.entity"; export interface IAppResponse extends IBaseEntity, IAppModelAttributes { }