/**
 * The valid set of categories that a V1 question can have.
 *
 */
export type V1Category = "Music" | "Sport & Leisure" | "Film & TV" | "Arts & Literature" | "History" | "Society & Culture" | "Science" | "Geography" | "Food & Drink" | "General Knowledge";
