pub fn export_named_datatype(
conf: &Typescript,
typ: &NamedDataType,
type_map: &TypeCollection,
) -> Result<String>Expand description
Convert a DataType to a TypeScript string
Eg. export Name = { demo: string; }
pub fn export_named_datatype(
conf: &Typescript,
typ: &NamedDataType,
type_map: &TypeCollection,
) -> Result<String>Convert a DataType to a TypeScript string
Eg. export Name = { demo: string; }