Saxonberg Server API
    Preparing search index...
    QuantityStored: { unit: U; value: number } | number | string

    Storage shape. The canonical form is { value, unit } — what Quantity.toJSON() produces. The marshaller's fromStored additionally tolerates number and string shapes so YAML authoring doesn't have to wrap in the JSON shape (a seed can write mass: 5 or mass: heavy directly).

    Type Parameters