blob: d2f0009d282f28e22ea11d56b370c720e21b26b4 (
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, };
|