UNPKG

@gpa-gemstone/application-typings

Version:
36 lines (35 loc) 921 B
declare namespace PQBrowser { namespace Types { interface TrendChannel { ID: number; Name: string; Description: string; AssetID: number; AssetKey: string; AssetName: string; MeterID: number; MeterKey: string; MeterName: string; MeterShortName: string; Phase: string; ChannelGroup: string; ChannelGroupType: string; Unit: string; Series: Series[]; } interface Series { ID: number; ChannelID: number; TypeName: string; TypeDescription: string; } interface IWidgetView { ID: number; Name: string; Type: string; Setting: string; CategoryID: number; } } } export default PQBrowser;