Data model
Supertypes
The supertype 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 supertype, e.g. Legendary, Basic, Snow. | ||||
TypeScript model
interface mtg_supertypes {
name: string
}