Type alias ParamsPlayBase

ParamsPlayBase: {
    maxDate?: Date;
    minDate?: Date;
    page?: string;
    subtype?: boardgame | boardgameexpansion | boardgameaccessory | boardgameintegration | boardgamecompilation | boardgameimplementation | rpg | rpgitem | videogame;
}

Type declaration