UNPKG

ntk-cms-api

Version:

Ntk Cms Api And Model For Typscript

9 lines (8 loc) 278 B
import { BaseModuleEntity } from '../base/baseModuleEntity'; export declare class DataProviderLogPlanModel extends BaseModuleEntity<string> { linkLogDataId: string; linkSourceId: number; linkPlanId: number; dataJson: string; otherDataJson: string; }