gotsrpc/example/nullable/gotsrpc.yml
2022-03-02 15:18:09 +01:00

19 lines
395 B
YAML

module:
name: github.com/foomo/gotsrpc/v2/example/nullable
path: ./
targets:
nullable:
services:
/service: Service
package: github.com/foomo/gotsrpc/v2/example/nullable/service
out: ./client/src/service-client.ts
gorpc:
- Service
tsrpc:
- Service
mappings:
github.com/foomo/gotsrpc/v2/example/nullable/service:
out: ./client/src/service-vo.ts