Interface XRoomValue

interface XRoomValue {
    precision?: number;
    value: number;
}

Properties

Properties

precision?: number
value: number