Files
javascript-sdk/src/models/Other.d.ts

7 lines
107 B
TypeScript

export interface Variants {
normal?: boolean
reverse?: boolean
holo?: boolean
firstEdition?: boolean
}