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

    Type Alias CRLocationFeatureSpecificationState<Type>

    CRLocationFeatureSpecificationState: {
        hoursAvailable: Readonly<
            CRSet<CRLocationFeatureSpecificationHoursAvailable>,
        >;
        validFrom: SchemaOrgDate | SchemaOrgDateTime;
        validThrough: SchemaOrgDate | SchemaOrgDateTime;
    } & CRPropertyValueState<Type>

    Runtime CRDT state surface for Schema.org LocationFeatureSpecification.

    Type Parameters

    • Type = "LocationFeatureSpecification"

    Type Declaration