Tsarr Documentation - v1.8.0
    Preparing search index...

    Type Alias RatingChild

    type RatingChild = {
        votes?: number;
        value?: number;
        type?: RatingType;
    }
    Index

    Properties

    Properties

    votes?: number
    value?: number
    type?: RatingType