1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-23 03:12:10 +00:00
cards-database/data/Call of Legends.ts

11 lines
131 B
TypeScript

import { Serie } from '../interfaces'
const set: Serie = {
id: "col",
name: {
en: "Call of Legends"
},
}
export default set