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

9 lines
109 B
TypeScript

import { Serie } from '../interfaces'
const serie: Serie = {
name: {},
id: 'null'
}
export default serie