UNPKG

@alisdigital/types-library

Version:

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

8 lines (7 loc) 145 B
export interface IBaseEntity { _id?: string | unknown; } export interface IBaseTimestampEntity { createdAt: Date; updatedAt: Date; }