UNPKG

ntk-cms-api

Version:

Ntk Cms Api And Model For Typscript

15 lines (14 loc) 538 B
import { BaseModuleEntity } from '../base/baseModuleEntity'; export declare class EstatePropertySupplierCategoryModel extends BaseModuleEntity<string> { title: string; description: string; iconFont: string; iconColor: string; linkMainImageId: number; linkMainImageIdSrc: string; linkParentIdNode: string; linkParentId: string; children: EstatePropertySupplierCategoryModel[]; category: EstatePropertySupplierCategoryModel; virtual_Category: EstatePropertySupplierCategoryModel; }