@sovereignbase/schema-crdt
    Preparing search index...

    Type Alias CRQuantitativeValueDefaultShape<Type>

    CRQuantitativeValueDefaultShape: {
        additionalProperty: CRSetSnapshot<CRQuantitativeValueAdditionalProperty>;
        maxValue: SchemaOrgNumber;
        minValue: SchemaOrgNumber;
        unitCode: SchemaOrgText | SchemaOrgURL;
        unitText: SchemaOrgText;
        value: CRQuantitativeValueValue;
        valueReference: CRSetSnapshot<CRQuantitativeValueReference>;
    } & CRStructuredValueDefaultShape<Type>

    Serializable CRDT shape for Schema.org QuantitativeValue.

    Schema.org: A point value or interval for product characteristics and other purposes.

    Type Parameters

    • Type = "QuantitativeValue"

    Type Declaration