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

    Type Alias CRReviewDefaultShape<Type>

    CRReviewDefaultShape: {
        associatedClaimReview: CRSetSnapshot<CRReviewAssociatedClaimReview>;
        associatedMediaReview: CRSetSnapshot<CRReviewAssociatedMediaReview>;
        associatedReview: CRSetSnapshot<CRReviewAssociatedReview>;
        itemReviewed: CRSetSnapshot<CRReviewItemReviewed>;
        negativeNotes: CRSetSnapshot<CRReviewNotes>;
        positiveNotes: CRSetSnapshot<CRReviewNotes>;
        reviewAspect: CRSetSnapshot<CRReviewAspect>;
        reviewBody: CRTextSnapshot;
        reviewRating: CRSetSnapshot<CRReviewRating>;
    } & CRCreativeWorkDefaultShape<Type>

    Serializable CRDT shape for Schema.org Review.

    Schema.org: A review of an item.

    Type Parameters

    • Type = "Review"

    Type Declaration