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

    Type Alias CRLocationFeatureSpecificationDefaultShape<Type>

    CRLocationFeatureSpecificationDefaultShape: {
        hoursAvailable: CRSetSnapshot<
            CRLocationFeatureSpecificationHoursAvailable,
        >;
        validFrom: SchemaOrgDate
        | SchemaOrgDateTime;
        validThrough: SchemaOrgDate | SchemaOrgDateTime;
    } & CRPropertyValueDefaultShape<Type>

    Serializable CRDT shape for Schema.org LocationFeatureSpecification.

    Schema.org: A structured property-value pair describing a location feature of an accommodation.

    Type Parameters

    • Type = "LocationFeatureSpecification"

    Type Declaration