-
Notifications
You must be signed in to change notification settings - Fork 57
/
WellKnown.ts
14 lines (14 loc) · 1.06 KB
/
WellKnown.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
export const WellKnownTypesMap: { [key: string]: string } = {
"google/protobuf/compiler/plugin.proto": "google-protobuf/google/protobuf/compiler/plugin_pb",
"google/protobuf/any.proto": "google-protobuf/google/protobuf/any_pb",
"google/protobuf/api.proto": "google-protobuf/google/protobuf/api_pb",
"google/protobuf/descriptor.proto": "google-protobuf/google/protobuf/descriptor_pb",
"google/protobuf/duration.proto": "google-protobuf/google/protobuf/duration_pb",
"google/protobuf/empty.proto": "google-protobuf/google/protobuf/empty_pb",
"google/protobuf/field_mask.proto": "google-protobuf/google/protobuf/field_mask_pb",
"google/protobuf/source_context.proto": "google-protobuf/google/protobuf/source_context_pb",
"google/protobuf/struct.proto": "google-protobuf/google/protobuf/struct_pb",
"google/protobuf/timestamp.proto": "google-protobuf/google/protobuf/timestamp_pb",
"google/protobuf/type.proto": "google-protobuf/google/protobuf/type_pb",
"google/protobuf/wrappers.proto": "google-protobuf/google/protobuf/wrappers_pb",
};