pub fn inline_ref<T: Type>(_: &T, conf: &Typescript) -> Result<String>
Convert a type which implements Type to a TypeScript string.
Type
Eg. { demo: string; };
{ demo: string; };