UNPKG

ntk-cms-api

Version:

Ntk Cms Api And Model For Typscript

20 lines (19 loc) 770 B
import { BaseModuleEntity } from '../base/baseModuleEntity'; import { BiographyContentCategoryModel } from './biographyContentCategoryModel'; import { BiographyContentModel } from './biographyContentModel'; export declare class BiographyCategoryModel extends BaseModuleEntity<number> { title: string; titleResourceLanguage: string; contentCount: number; description: string; fontIcon: string; linkParentIdNode: string; linkParentId: number; children: BiographyCategoryModel[]; category: BiographyCategoryModel; virtual_Category: BiographyCategoryModel; contents: BiographyContentModel[]; contentCategores: BiographyContentCategoryModel[]; linkMainImageId?: number; linkMainImageIdSrc: string; }