I have a declaration file with export declare type Something = /**types here*/. I\'m using the type alias Something in another ts file.
export declare type Something = /**types here*/
Something
My g