link
This commit is contained in:
8
node_modules/proto3-json-serializer/build/src/fieldmask.d.ts
generated
vendored
Normal file
8
node_modules/proto3-json-serializer/build/src/fieldmask.d.ts
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import * as protobuf from 'protobufjs';
|
||||
export interface FieldMask {
|
||||
paths: string[];
|
||||
}
|
||||
export declare function googleProtobufFieldMaskToProto3JSON(obj: protobuf.Message & FieldMask): string;
|
||||
export declare function googleProtobufFieldMaskFromProto3JSON(json: string): {
|
||||
paths: string[];
|
||||
};
|
||||
Reference in New Issue
Block a user