diff options
Diffstat (limited to 'src-tauri/bindings/NorthstarMod.ts')
-rw-r--r-- | src-tauri/bindings/NorthstarMod.ts | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src-tauri/bindings/NorthstarMod.ts b/src-tauri/bindings/NorthstarMod.ts deleted file mode 100644 index cddd97d2..00000000 --- a/src-tauri/bindings/NorthstarMod.ts +++ /dev/null @@ -1,6 +0,0 @@ -// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually. - -/** - * Object holding various information about a Northstar mod - */ -export type NorthstarMod = { name: string, version: string | null, thunderstore_mod_string: string | null, enabled: boolean, directory: string, }; |