UNPKG

scryfall-client

Version:
10 lines (9 loc) 205 B
type Source = "wotc" | "scryfall"; export default interface RawRulingResponse { object: "ruling"; oracle_id: string; source: Source; published_at: string; comment: string; } export {};