aboutsummaryrefslogtreecommitdiff
path: root/src-tauri/bindings
diff options
context:
space:
mode:
authorGeckoEidechse <gecko.eidechse+git@pm.me>2023-02-08 03:02:28 +0100
committerGeckoEidechse <gecko.eidechse+git@pm.me>2023-02-08 03:02:28 +0100
commitc60b7b606dd0b4bc7108f9a768a4545f0781730c (patch)
tree84566aca1cd4499288c00f236563541c00aef070 /src-tauri/bindings
parent9fd1b18373b495a777edd724c875cd376ee8fb2f (diff)
parent7df1f2dbc038d0d93463249f15ca2e1e7ec23094 (diff)
downloadFlightCore-c60b7b606dd0b4bc7108f9a768a4545f0781730c.tar.gz
FlightCore-c60b7b606dd0b4bc7108f9a768a4545f0781730c.zip
Merge branch 'main' into feat/basic-log-parsing
Diffstat (limited to 'src-tauri/bindings')
-rw-r--r--src-tauri/bindings/NorthstarMod.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src-tauri/bindings/NorthstarMod.ts b/src-tauri/bindings/NorthstarMod.ts
index ed9d9297..3686485b 100644
--- a/src-tauri/bindings/NorthstarMod.ts
+++ b/src-tauri/bindings/NorthstarMod.ts
@@ -1,3 +1,3 @@
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
-export interface NorthstarMod { name: string, thunderstore_mod_string: string | null, enabled: boolean, directory: string, } \ No newline at end of file
+export interface NorthstarMod { name: string, version: string | null, thunderstore_mod_string: string | null, enabled: boolean, directory: string, } \ No newline at end of file