UNPKG

@mindconnect/mindconnect-nodejs

Version:

MindConnect Library for NodeJS (community based)

24 lines (23 loc) 733 B
import { CommanderStatic } from "commander"; import { AssetManagementModels, TimeSeriesBulkModels } from "../../api/sdk"; declare const _default: (program: CommanderStatic) => void; export default _default; export declare type fileInfo = { entity: string; propertyset: string; path: string; filepath: string; mintime: Date; maxtime: Date; etag?: string; }; export declare type jobState = { options: { size: any; twintype: AssetManagementModels.TwinType | undefined; asset: AssetManagementModels.AssetResourceWithHierarchyPath; }; uploadFiles: fileInfo[]; bulkImports: TimeSeriesBulkModels.BulkImportInput[]; timeSeriesFiles: string[]; };