Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

TeamName

import type { TeamName } from "https://raw.githubusercontent.com/The-Noah/bzfquery.js/master/bzfquery.ts";
type TeamName =
| "Rogue"
| "Red"
| "Green"
| "Blue"
| "Purple"
| "Observer"
| "Rabbit"
| "Hunter";

§Type

§
"Rogue" | "Red" | "Green" | "Blue" | "Purple" | "Observer" | "Rabbit" | "Hunter"
[src]