Skip to content

Rulings

The Rulings Data Model describes the properties of rulings for a card.

TypeScript Model

Toggle Model
TypeScript
export type Rulings = {
  date: string;
  text: string;
};

Model Properties

date

The release date in ISO 8601 format for the rule.

  • Type: string
  • Introduced: v4.0.0

text

The text ruling of the card.

  • Type: string
  • Introduced: v4.0.0