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.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src-vue/src/utils/NorthstarMod.d.ts b/src-vue/src/utils/NorthstarMod.d.ts
index 890414d0..747836a2 100644
--- a/src-vue/src/utils/NorthstarMod.d.ts
+++ b/src-vue/src/utils/NorthstarMod.d.ts
@@ -1,6 +1,6 @@
// Matches Rust struct (in lib.rs).
export interface NorthstarMod {
- name: String,
- thunderstore_mod_string?: String,
+ name: string,
+ thunderstore_mod_string?: string,
enabled: bool,
}