To generate the TypeScript interfaces as part of a build script, it might be useful if the Convert function could be imported? For example ``` import ( "github.com/mozey/go2ts" ) ... go2ts.Convert("type Something struct {}") ``` [See example here](https://github.com/mozey/go2ts)