Artyom Kozhemiakin
Results
2
issues of
Artyom Kozhemiakin
### Are you submitting a **bug report** or a **feature request**? Bug report ### What is the current behavior? Currently we have the following FormApi type: ```ts export interface FormApi...
Resolves #35 Now for unit enums, you can choose to generate a TypeScript union type instead of a TypeScript enum. ```rust #[typeshare(ts_union)] pub enum UnitEnum { VariantA, VariantB, VariantC, }...