Type Alias GetGamesBySlugsParams

GetGamesBySlugsParams: {
    slugs: string[];
}