package main type TypescriptApiParser struct { } func (t *TypescriptApiParser) Parse(sourceFile string) (Api, error) { }