diff --git a/tcgdex.ts b/tcgdex.ts index ed24a3c..e50f2ad 100644 --- a/tcgdex.ts +++ b/tcgdex.ts @@ -1,5 +1,6 @@ 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"