UNPKG

@protobuf-ts/plugin

Version:

The protocol buffer compiler plugin "protobuf-ts" generates TypeScript, gRPC-web, Twirp, and more.

8 lines (7 loc) 147 B
/** * A file generated by a plugin. See `PluginBase`. */ export interface GeneratedFile { getFilename(): string; getContent(): string; }