1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-23 03:12:10 +00:00
Florian Bouillon 0d2a757cae
base DB
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
2020-02-03 15:18:40 +01:00

27 lines
330 B
TypeScript

import Set from '../../interfaces/Set'
const set: Set = {
name: {
en: "Ruby & Sapphire"
},
code: "ex1",
expansionCode: "ex",
tcgoCode: "RS",
cardCount: {
total: 109,
official: 109
},
api: "1-ex-ruby-sapphire",
releaseDate: "2003-07-01",
legal: {
standard: false,
expanded: false,
}
}
export default set