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

    Type Alias CRRatingDefaultShape<Type>

    CRRatingDefaultShape: {
        author: CRSetSnapshot<CRRatingAuthor>;
        bestRating: CRRatingValue;
        ratingExplanation: CRTextSnapshot;
        ratingValue: CRRatingValue;
        reviewAspect: CRSetSnapshot<CRRatingReviewAspect>;
        worstRating: CRRatingValue;
    } & CRIntangibleDefaultShape<Type>

    Serializable CRDT shape for Schema.org Rating.

    Schema.org: An evaluation on a numeric scale, such as 1 to 5 stars.

    Type Parameters

    • Type = "Rating"

    Type Declaration