Derive Macro ts_rs::TS

source ·
#[derive(TS)]
{
    // Attributes available to this derive:
    #[ts]
}
Expand description

Derives TS for a struct or enum. Please take a look at TS for documentation.