1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-23 11:22:10 +00:00

13 lines
133 B
TypeScript

import { Serie } from '../interfaces'
const set: Serie = {
id: "pop",
name: {
en: "POP",
fr: "POP"
},
}
export default set