Derive Macro ts_rs::TS[][src]

#[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.