Fixed interface not being correctly exported

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-04-20 10:07:10 +02:00
parent 3b6c5886ea
commit 00e61b370f
4 changed files with 6 additions and 2 deletions

View File

@ -1,6 +1,5 @@
import RequestWrapper from './Request'
import { Serie, Set, Card, CardResume, SerieList, SetList, SupportedLanguages } from './interfaces'
export * from './interfaces'
export default class TCGdex {
public static defaultLang: SupportedLanguages = "en"