mirror of
https://github.com/tcgdex/javascript-sdk.git
synced 2025-07-22 22:49:49 +00:00
feat: Allow a user to filters elements on the API (#275)
This commit is contained in:
6
src/models/Other.d.ts
vendored
Normal file
6
src/models/Other.d.ts
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
export interface Variants {
|
||||
normal?: boolean
|
||||
reverse?: boolean
|
||||
holo?: boolean
|
||||
firstEdition?: boolean
|
||||
}
|
Reference in New Issue
Block a user