From 96cbea47e28097822a62c3b3264a1fcdfef5f2d1 Mon Sep 17 00:00:00 2001 From: Avior Date: Mon, 19 Apr 2021 16:56:44 +0200 Subject: [PATCH] Added Typing to exports Signed-off-by: Avior --- tcgdex.ts | 1 + 1 file changed, 1 insertion(+) 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"