mirror of
https://github.com/tcgdex/javascript-sdk.git
synced 2025-08-06 12:21:57 +00:00
13
interfaces/Retreat.ts
Normal file
13
interfaces/Retreat.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import { CardSimple } from "./Card";
|
||||
|
||||
export type RetreatSimple = number
|
||||
|
||||
export interface RetreatSingle {
|
||||
id: RetreatSimple
|
||||
cards: Array<CardSimple>
|
||||
}
|
||||
|
||||
export interface RetreatList {
|
||||
count: number,
|
||||
list: Array<RetreatSimple>
|
||||
}
|
Reference in New Issue
Block a user