Type Alias GameTag

GameTag: {
    category: string;
    tags: Tag[];
}