UNPKG

@alisdigital/types-library

Version:

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

11 lines (10 loc) 271 B
import { IImageModelAttributes } from "../../Base/entities/image.entity"; export interface IReferenceModelAttributes { _id: string; title: string; desc: string; image?: IImageModelAttributes; href: string; category: string[]; order: number; }