UNPKG

ntk-cms-api

Version:

Ntk Cms Api And Model For Typscript

19 lines (18 loc) 651 B
import { BaseModuleEntity } from '../base/baseModuleEntity'; import { ContactContentModel } from './contactContentModel'; export declare class ContactCategoryModel extends BaseModuleEntity<string> { title: string; titleResourceLanguage: string; contentCount: number; contentCountNumber: number; description: string; fontIcon: string; linkParentIdNode: string; linkParentId: string; children: ContactCategoryModel[]; category: ContactCategoryModel; virtual_Category: ContactCategoryModel; contents: ContactContentModel[]; linkMainImageId?: number; linkMainImageIdSrc: string; }