UNPKG

@climeworks/dac-dt-shared-types

Version:

Shared types and entities for DAC Digital Twin project

11 lines (9 loc) 189 B
export interface EventHubMessage { plantId: string; events: EventHubTelemetryEvent[]; } export interface EventHubTelemetryEvent { tag: string; value: unknown; timestamp: Date; }