mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09:18 +00:00
Finished Complete Rework of the Database
This commit is contained in:
21
data/E-Card/Sample.ts
Normal file
21
data/E-Card/Sample.ts
Normal file
@ -0,0 +1,21 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../E-Card'
|
||||
|
||||
const sp: Set = {
|
||||
id: "sp",
|
||||
name: {
|
||||
en: "Sample",
|
||||
fr: "Sample"
|
||||
},
|
||||
serie: serie,
|
||||
|
||||
|
||||
cardCount: {
|
||||
total: 10,
|
||||
official: 10
|
||||
},
|
||||
|
||||
releaseDate: "2002-08-01"
|
||||
}
|
||||
|
||||
export default sp
|
Reference in New Issue
Block a user