-
Notifications
You must be signed in to change notification settings - Fork 114
Deriving the TS trait
escritorio-gustavo edited this page Feb 5, 2024
·
26 revisions
The TS
trait can be easily derived through its #[derive(TS)]
macro,
which will automatically handle mapping a Rust type into TypeScript type
definitions.
The #[derive(TS)]
macro provides an attribute helper macro called #[ts(...)]
which can help you control how the types will be generated
These are attributes that can be used both with structs and enums