Fraction defines the protobuf message type for tmmath.Fraction that only supports positive values.

interface Fraction {
    denominator: bigint;
    numerator: bigint;
}

Properties

denominator: bigint
numerator: bigint