1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-22 19:02:10 +00:00
cards-database/interfaces/Illutrator.ts
Florian Bouillon 87a25d2319
Updated Interfaces
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
2020-02-12 00:21:24 +01:00

7 lines
80 B
TypeScript

interface Illustrator {
id: number
name: string
}
export default Illustrator