Type Definition operations::types::TypeName

source · []
pub type TypeName = Vec<u8>;
Expand description

Textual representation of a type @TODO we might have an issue with this because this can be anything and it transforms into the string[] in typescript which is not the same as String