Interface OlmDevice

interface OlmDevice {
    deviceId: string;
    userId: string;
}

Properties

Properties

deviceId: string

The device ID of the device.

userId: string

The user ID of the device owner.