mirror of
https://github.com/tcgdex/javascript-sdk.git
synced 2025-08-06 12:21:57 +00:00
4
interfaces/General.ts
Normal file
4
interfaces/General.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export type List<T> = {
|
||||
count: number
|
||||
list: Array<T>
|
||||
}
|
Reference in New Issue
Block a user