Type alias ParamsSearch

ParamsSearch: {
    exact?: boolean;
    query: string;
    type?: (boardgame | boardgameaccessory | boardgameexpansion | rpgitem | videogame)[];
}

Type declaration