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

    Type Alias CRRatingState<Type>

    CRRatingState: {
        author: Readonly<CRSet<CRRatingAuthor>>;
        bestRating: CRRatingValue;
        ratingExplanation: Readonly<CRText>;
        ratingValue: CRRatingValue;
        reviewAspect: Readonly<CRSet<CRRatingReviewAspect>>;
        worstRating: CRRatingValue;
    } & CRIntangibleState<Type>

    Runtime CRDT state surface for Schema.org Rating.

    Type Parameters

    • Type = "Rating"

    Type Declaration