MTG Copilot Docs
Data model

Supertypes

The supertype vocabulary, from Scryfall catalogs.

1 columns. Every value below is generated from the provenance registry.

FieldTypeSourceUpdatedWritten by
namestringscryfallon set releasescripts/seed-types.ts (catalogs)
A supertype, e.g. Legendary, Basic, Snow.

TypeScript model

interface mtg_supertypes {
  name: string
}

On this page