You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
escritorio-gustavo edited this page Feb 5, 2024
·
26 revisions
#[derive(TS)]
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
#[ts(...)] attributes
Container attributes
These are attributes that can be used both with structs and enums