UNPKG

@scryfall/api-types

Version:

Type definitions for the Scryfall API

6 lines (5 loc) 148 B
export type Integer = number; export type Decimal = number; export type Uuid = string; export type Uri = string; export type IsoDate = string;