UNPKG

@rytass/cms-base-nestjs-module

Version:

Rytass Content Management System NestJS Base Module

6 lines (5 loc) 180 B
/** * Base type for CMS entities to replace Repository<any> * TypeORM requires ObjectLiteral constraint, so using any with proper eslint disable */ export type CmsEntity = any;