Alexander
Alexander
Found same issue #105, but this fix and many others improvements still is not a part of master branch.
`AuditResult[]|null` should work
+1 It generates not working code for me and the only way to skip is enumerate each type name in exclude-regex
> Add a parameter to skip mocking functions Maybe option to filter type signature would be more flexible. Like `func.*` to filter func types and `interface{}|any` to filter anonymous interface...