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