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

    Type Alias CRGeoShapeState<Type>

    CRGeoShapeState: {
        address: Readonly<CRSet<CRGeoShapeAddress>>;
        addressCountry: CRGeoShapeCountry;
        box: SchemaOrgText;
        circle: SchemaOrgText;
        elevation: SchemaOrgNumber | SchemaOrgText;
        line: SchemaOrgText;
        polygon: SchemaOrgText;
        postalCode: SchemaOrgPostalCode;
    } & CRStructuredValueState<Type>

    Runtime CRDT state surface for Schema.org GeoShape.

    Type Parameters

    • Type = "GeoShape"

    Type Declaration