/**
 * Base type for CMS entities to replace Repository<any>
 * TypeORM requires ObjectLiteral constraint, so using any with proper eslint disable
 */
export type CmsEntity = any;
