Type alias ParamsThing

ParamsThing: {
    comments?: true;
    id: string[];
    marketplace?: true;
    page?: string;
    pagesize?: string;
    ratingcomments?: true;
    stats?: true;
    type?: (boardgame | boardgameaccessory | boardgameexpansion | rpgissue | rpgitem | videogame)[];
    versions?: true;
    videos?: true;
}

Type declaration