mineos-market-client
    Preparing search index...

    Type Alias VoteReviewParams

    Parameters for submitting a helpfulness vote on a specific review.

    type VoteReviewParams = {
        reviewId: number;
        helpful: boolean;
    }
    Index

    Properties

    Properties

    reviewId: number

    Review's ID

    helpful: boolean

    If review is helpful