TypeScript

Derive Macro TypeScript 

Source
#[derive(TypeScript)]
{
    // Attributes available to this derive:
    #[ts]
}
Expand description

Deprecated: Use #[derive(TS)] instead.

This is a deprecated alias for backwards compatibility. It will be removed in v0.3.0.