UNPKG

ts-protoc-gen

Version:

Protoc Plugin for TypeScript Declarations and Service Definitions

3 lines (2 loc) 252 B
import { OneofDescriptorProto, FieldDescriptorProto } from "google-protobuf/google/protobuf/descriptor_pb"; export declare function printOneOfDecl(oneOfDecl: OneofDescriptorProto, oneOfFields: Array<FieldDescriptorProto>, indentLevel: number): string;