Current `resolveTSDataType` function not all ts types are currently supported https://github.com/webdoc-labs/webdoc/blob/7d3ad2801bec9f2de601e937361badda67306e52/language/language-babel/src/extract-metadata.js#L700 for example, the following ts types are not supported yet by this function: + [TSConditionalType](https://babeljs.io/docs/babel-types#tsconditionaltype) + [TSNamedTupleMember](https://babeljs.io/docs/babel-types#tsnamedtuplemember)