UNPKG

ntk-cms-api

Version:

Ntk Cms Api And Model For Typscript

18 lines (17 loc) 597 B
import { BaseModuleEntity } from '../base/baseModuleEntity'; import { FileContentModel } from './fileContentModel'; export declare class FileCategoryModel extends BaseModuleEntity<number> { title: string; titleResourceLanguage: string; contentCount: number; description: string; fontIcon: string; linkParentIdNode: string; linkParentId: number; children: FileCategoryModel[]; category: FileCategoryModel; virtual_Category: FileCategoryModel; contents: FileContentModel[]; linkMainImageId?: number; linkMainImageIdSrc: string; }