RelativeTimeRecord: {
    relValue: bigint;
    timerBrand: TimerBrand;
}

The canonical representation of a typed relative time. It bundles the brand with an elapsed time, as represented by a TimerService, which might represent time since the epoch, or blockheight on a particular chain.