Data model
Card types
The card type vocabulary, from Scryfall catalogs.
1 columns. Every value below is generated from the provenance registry.
| Field | Type | Source | Updated | Written by |
|---|---|---|---|---|
| name | string | scryfall | on set release | scripts/seed-types.ts (catalogs) |
| A card type, e.g. Creature, Instant, Battle. | ||||
TypeScript model
interface mtg_card_types {
name: string
}