Type alias ParamsFamily

ParamsFamily: {
    id: string[];
    type?: (rpg | rpgperiodical | boardgamefamily)[];
}

Type declaration