aboutsummaryrefslogtreecommitdiff
path: root/src-vue/src/utils/NorthstarMod.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src-vue/src/utils/NorthstarMod.d.ts')
-rw-r--r--src-vue/src/utils/NorthstarMod.d.ts7
1 files changed, 0 insertions, 7 deletions
diff --git a/src-vue/src/utils/NorthstarMod.d.ts b/src-vue/src/utils/NorthstarMod.d.ts
deleted file mode 100644
index 5e119683..00000000
--- a/src-vue/src/utils/NorthstarMod.d.ts
+++ /dev/null
@@ -1,7 +0,0 @@
-// Matches Rust struct (in lib.rs).
-export interface NorthstarMod {
- name: string,
- thunderstore_mod_string?: string,
- enabled: bool,
- directory: string,
-}