aboutsummaryrefslogtreecommitdiff
path: root/src-tauri/bindings/TagWrapper.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src-tauri/bindings/TagWrapper.ts')
-rw-r--r--src-tauri/bindings/TagWrapper.ts5
1 files changed, 4 insertions, 1 deletions
diff --git a/src-tauri/bindings/TagWrapper.ts b/src-tauri/bindings/TagWrapper.ts
index f9f56a51..ea7f0bcd 100644
--- a/src-tauri/bindings/TagWrapper.ts
+++ b/src-tauri/bindings/TagWrapper.ts
@@ -1,4 +1,7 @@
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
import type { Tag } from "./Tag";
-export interface TagWrapper { label: string, value: Tag, } \ No newline at end of file
+/**
+ * Wrapper type needed for frontend
+ */
+export type TagWrapper = { label: string, value: Tag, }; \ No newline at end of file