mineos-market-client
    Preparing search index...

    Type Alias PostReviewParams

    Parameters for creating a new review for a specific publication.

    type PostReviewParams = {
        fileId: number;
        rating: 1 | 2 | 3 | 4 | 5;
        comment: string;
    }
    Index

    Properties

    Properties

    fileId: number

    Publication's file ID

    rating: 1 | 2 | 3 | 4 | 5

    Rating value

    comment: string

    Review's text content