mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-29 11:09:51 +00:00
feat: Add abbreviations to the database (#534)
This commit is contained in:
@ -20,7 +20,12 @@ const base1: Set = {
|
||||
official: 102
|
||||
},
|
||||
|
||||
releaseDate: "1999-01-09"
|
||||
releaseDate: "1999-01-09",
|
||||
|
||||
abbreviations: {
|
||||
official: "BS",
|
||||
fr: "BAS"
|
||||
}
|
||||
}
|
||||
|
||||
export default base1
|
||||
|
Reference in New Issue
Block a user