summaryrefslogtreecommitdiff
path: root/src/sources/ISource.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/sources/ISource.ts')
-rw-r--r--src/sources/ISource.ts3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/sources/ISource.ts b/src/sources/ISource.ts
deleted file mode 100644
index 3605260..0000000
--- a/src/sources/ISource.ts
+++ /dev/null
@@ -1,3 +0,0 @@
-export interface ISource {
- getData(weekOfYear: number): PromiseLike<string>;
-}