We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bce5a78 commit 5868488Copy full SHA for 5868488
1 file changed
src/objects/Ruling/Ruling.ts
@@ -14,7 +14,7 @@ export type ScryfallRuling = ScryfallObject.Object<ScryfallObject.ObjectType.Rul
14
/**
15
* A computer-readable string indicating which company produced this ruling, either `wotc` or `scryfall`
16
*/
17
- source: string;
+ source: "wotc" | "scryfall";
18
19
* The date when the ruling or note was published
20
0 commit comments