aboutsummaryrefslogtreecommitdiff
path: root/src-tauri/bindings/TagWrapper.ts
blob: f9f56a51289aad8335fe490f457f82cb1f18bda4 (plain)
1
2
3
4
// 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, }