UNPKG

@protobuf-ts/plugin-framework

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