Alokai

PartialAddReviewResponse

Partial data returned from the addReview API endpoint.

Comes in handy while creating generic return types constraints used in combination with custom queries.

type PartialAddReviewResponse = Record<"review", DeepPartial<AddReviewResponse["review"]>>;

Referenced Types

On this page