UNPKG

@alisdigital/types-library

Version:

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

8 lines (7 loc) 213 B
import { IImageModelAttributes } from "../../Base/entities/image.entity"; export interface IPortfolioModelAttributes { _id: string; title: string; category: string; image: IImageModelAttributes; }