UNPKG

ntk-cms-api

Version:

Ntk Cms Api And Model For Typscript

20 lines (19 loc) 730 B
import { BaseModuleEntity } from '../base/baseModuleEntity'; import { ChartContentCategoryModel } from './chartContentCategoryModel'; import { ChartContentModel } from './chartContentModel'; export declare class ChartCategoryModel extends BaseModuleEntity<number> { title: string; titleResourceLanguage: string; contentCount: number; description: string; fontIcon: string; linkParentIdNode: string; linkParentId: number; children: ChartCategoryModel[]; category: ChartCategoryModel; virtual_Category: ChartCategoryModel; contents: ChartContentModel[]; contentCategores: ChartContentCategoryModel[]; linkMainImageId?: number; linkMainImageIdSrc: string; }