UNPKG

ntk-cms-api

Version:

Ntk Cms Api And Model For Typscript

10 lines (9 loc) 391 B
import { BaseModuleEntity } from '../base/baseModuleEntity'; import { ChartCategoryModel } from './chartCategoryModel'; import { ChartContentModel } from './chartContentModel'; export declare class ChartContentCategoryModel extends BaseModuleEntity<number> { content: ChartContentModel; category: ChartCategoryModel; linkCategoryId: number; linkContentId: number; }