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

Hierarchy (View Summary)

Properties

Properties

eventType: string