Interface TimestampDuplicateNodeError

interface TimestampDuplicateNodeError {
    _tag: "TimestampDuplicateNodeError";
    node: string & Brand<"NodeId">;
}

Properties

Properties

_tag
node: string & Brand<"NodeId">