aboutsummaryrefslogtreecommitdiff
path: root/src-tauri/bindings/TagWrapper.ts
blob: ea7f0bcd6de66bcea18264f57f2bb16c18d35d07 (plain)
1
2
3
4
5
6
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";

/**
 * Wrapper type needed for frontend
 */
export type TagWrapper = { label: string, value: Tag, };