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

    Type Alias CRPropertyValueDefaultShape<Type>

    CRPropertyValueDefaultShape: {
        maxValue: SchemaOrgNumber;
        measurementMethod: CRSetSnapshot<CRPropertyValueMeasurement>;
        measurementTechnique: CRSetSnapshot<CRPropertyValueMeasurement>;
        minValue: SchemaOrgNumber;
        propertyID: SchemaOrgText | SchemaOrgURL;
        unitCode: SchemaOrgText | SchemaOrgURL;
        unitText: SchemaOrgText;
        value: CRPropertyValueValue;
        valueReference: CRSetSnapshot<CRPropertyValueReference>;
    } & CRStructuredValueDefaultShape<Type>

    Serializable CRDT shape for Schema.org PropertyValue.

    Schema.org: A property-value pair representing a feature of a product or place.

    Type Parameters

    • Type = "PropertyValue"

    Type Declaration