aboutsummaryrefslogtreecommitdiff
path: root/src-vue/src/utils/thunderstore/ThunderstoreModVersion.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src-vue/src/utils/thunderstore/ThunderstoreModVersion.d.ts')
-rw-r--r--src-vue/src/utils/thunderstore/ThunderstoreModVersion.d.ts9
1 files changed, 0 insertions, 9 deletions
diff --git a/src-vue/src/utils/thunderstore/ThunderstoreModVersion.d.ts b/src-vue/src/utils/thunderstore/ThunderstoreModVersion.d.ts
deleted file mode 100644
index f53f0362..00000000
--- a/src-vue/src/utils/thunderstore/ThunderstoreModVersion.d.ts
+++ /dev/null
@@ -1,9 +0,0 @@
-export interface ThunderstoreModVersion {
- full_name: string;
- description: string;
- icon: string;
- version_number: string;
- download_url: string;
- downloads: number;
- date_created: string;
-}