interface ToDeviceBatch {
    batch: ToDeviceMessage[];
    eventType: string;
}

Hierarchy (view full)

Properties

Properties

eventType: string