mirror of https://github.com/grpc/grpc-node.git
12 lines
404 B
TypeScript
12 lines
404 B
TypeScript
// Original file: null
|
|
|
|
import type { IFileDescriptorProto as I_google_protobuf_FileDescriptorProto, OFileDescriptorProto as O_google_protobuf_FileDescriptorProto } from '../../google/protobuf/FileDescriptorProto';
|
|
|
|
export interface IFileDescriptorSet {
|
|
'file'?: (I_google_protobuf_FileDescriptorProto)[];
|
|
}
|
|
|
|
export interface OFileDescriptorSet {
|
|
'file': (O_google_protobuf_FileDescriptorProto)[];
|
|
}
|