UNPKG
@scryfall/api-types
Version:
latest (1.0.0-alpha.4)
1.0.0-alpha.4
1.0.0-alpha.2
1.0.0-alpha.1
1.0.0-alpha.0
Type definitions for the Scryfall API
github.com/scryfall/api-types
scryfall/api-types
@scryfall/api-types
/
src
/
internal
/
Primitives.ts
6 lines
(5 loc)
•
148 B
text/typescript
View Raw
1
2
3
4
5
6
export
type
Integer
=
number
;
export
type
Decimal
=
number
;
export
type
Uuid
=
string
;
export
type
Uri
=
string
;
export
type
IsoDate
=
string
;