UNPKG

ntk-cms-api

Version:

Ntk Cms Api And Model For Typscript

24 lines (23 loc) 592 B
import { BaseModuleEntity } from '../base/baseModuleEntity'; export declare class HyperShopContentModel extends BaseModuleEntity<string> { code: string; name: string; unit: string; currency: string; categoryCode?: string; category?: string; status: boolean; image: string; memo: string; price: number; salePrice?: number; count: number; discount?: number; shortDetails?: string; description?: string; newPro?: boolean; brand?: string; sale?: boolean; tags?: string[]; colors?: string[]; }