UNPKG

@rytass/cms-base-nestjs-module

Version:

Rytass Content Management System NestJS Base Module

21 lines (19 loc) 490 B
const ArticleNotIncludeFields = [ 'versions', 'categories' ]; const ArticleVersionNotIncludeFields = [ ...ArticleNotIncludeFields, 'articleId', 'createdAt', 'deletedAt', 'article', 'multiLanguageContents' ]; const ArticleVersionContentNotIncludeFields = [ ...ArticleVersionNotIncludeFields, 'version', 'language', 'articleVersion' ]; export { ArticleNotIncludeFields, ArticleVersionContentNotIncludeFields, ArticleVersionNotIncludeFields };