1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-22 19:02:10 +00:00
cards-database/data/Legendary Collection.ts

12 lines
169 B
TypeScript

import { Serie } from '../interfaces'
const set: Serie = {
id: "lc",
name: {
en: "Legendary Collection",
// fr: not available in French
},
}
export default set