This issue is to add support for typealiases in the Dart JS Interop Interface Generator for typealiases. ```ts type TSType = string; type TSGenType<T> = Promise<T>; ```