pub trait TypeScriptTypeMapper {
// Required method
fn to_typescript_type(&self) -> String;
}Expand description
Trait for generating TypeScript type mappings
pub trait TypeScriptTypeMapper {
// Required method
fn to_typescript_type(&self) -> String;
}Trait for generating TypeScript type mappings