interface IndexedToDeviceBatch {
    batch: ToDeviceMessage[];
    eventType: string;
    id: number;
    txnId: string;
}

Hierarchy (view full)

Properties

Properties

eventType: string
id: number
txnId: string