interface Clock {
    id: UID;
    timestamp_ms: bigint;
}

Properties

Properties

id: UID
timestamp_ms: bigint