MTG Copilot Docs
Data model

Card types

The card type 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 card type, e.g. Creature, Instant, Battle.

TypeScript model

interface mtg_card_types {
  name: string
}

On this page