mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-23 17:29:50 +00:00
6
interfaces/Expansion.ts
Normal file
6
interfaces/Expansion.ts
Normal file
@ -0,0 +1,6 @@
|
||||
import LangList from "./LangList";
|
||||
|
||||
export default interface Expansion {
|
||||
name: LangList<string> | string
|
||||
code: string
|
||||
}
|
Reference in New Issue
Block a user