UNPKG

ntk-cms-api

Version:

Ntk Cms Api And Model For Typscript

14 lines (13 loc) 470 B
import { BaseModuleEntity } from '../base/baseModuleEntity'; import { DataProviderPlanModel } from './dataProviderPlanModel'; export declare class DataProviderPlanPriceModel extends BaseModuleEntity<number> { title: string; description: string; linkMainImageId?: number; linkMainImageIdSrc: string; periodDay: number; price: number; linkPlanId: number; plan: DataProviderPlanModel; virtual_Plan: DataProviderPlanModel; }