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

    Type Alias CROpeningHoursSpecificationDefaultShape<Type>

    CROpeningHoursSpecificationDefaultShape: {
        closes: SchemaOrgTime;
        dayOfWeek: CRSetSnapshot<CROpeningHoursSpecificationDayOfWeek>;
        opens: SchemaOrgTime;
        validFrom: SchemaOrgDate | SchemaOrgDateTime;
        validThrough: SchemaOrgDate | SchemaOrgDateTime;
    } & CRStructuredValueDefaultShape<Type>

    Serializable CRDT shape for Schema.org OpeningHoursSpecification.

    Schema.org: Structured information about the opening hours of a place or a service inside a place.

    Type Parameters

    • Type = "OpeningHoursSpecification"

    Type Declaration