aboutsummaryrefslogtreecommitdiff
path: root/src-tauri/bindings/ThunderstoreModVersion.ts
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-20 00:32:21 +0100
committerGitHub <noreply@github.com>2024-03-20 00:32:21 +0100
commitcba4c11033b18a950391198653c953c97e27505d (patch)
treed67ba604c9e1bbdc95f0c2becae6b2e6cc5a290f /src-tauri/bindings/ThunderstoreModVersion.ts
parent00ccb7e399edae50f15e3beaafac64529f5f0efc (diff)
downloadFlightCore-cba4c11033b18a950391198653c953c97e27505d.tar.gz
FlightCore-cba4c11033b18a950391198653c953c97e27505d.zip
chore: bump ts-rs from 7.1.1 to 8.0.0 in /src-tauri (#856)
* chore: bump ts-rs from 7.1.1 to 8.0.0 in /src-tauri Bumps [ts-rs](https://github.com/Aleph-Alpha/ts-rs) from 7.1.1 to 8.0.0. - [Release notes](https://github.com/Aleph-Alpha/ts-rs/releases) - [Changelog](https://github.com/Aleph-Alpha/ts-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/Aleph-Alpha/ts-rs/compare/v7.1.1...v8.0.0) --- updated-dependencies: - dependency-name: ts-rs dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * chore: Regenerate TypeScript bindings --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: GeckoEidechse <gecko.eidechse+git@pm.me>
Diffstat (limited to 'src-tauri/bindings/ThunderstoreModVersion.ts')
-rw-r--r--src-tauri/bindings/ThunderstoreModVersion.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src-tauri/bindings/ThunderstoreModVersion.ts b/src-tauri/bindings/ThunderstoreModVersion.ts
index 7e76308e..a20f776f 100644
--- a/src-tauri/bindings/ThunderstoreModVersion.ts
+++ b/src-tauri/bindings/ThunderstoreModVersion.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 ThunderstoreModVersion { name: string, full_name: string, description: string, icon: string, version_number: string, dependencies: Array<string>, download_url: string, downloads: number, date_created: string, website_url: string, is_active: boolean, uuid4: string, file_size: bigint, } \ No newline at end of file
+export type ThunderstoreModVersion = { name: string, full_name: string, description: string, icon: string, version_number: string, dependencies: Array<string>, download_url: string, downloads: number, date_created: string, website_url: string, is_active: boolean, uuid4: string, file_size: bigint, }; \ No newline at end of file