Edit File: fromproto3json.d.ts
import * as protobuf from 'protobufjs'; import { FromObjectValue, JSONValue } from './types'; export declare function fromProto3JSONToInternalRepresentation(type: protobuf.Type | protobuf.Enum | string, json: JSONValue): FromObjectValue; export declare function fromProto3JSON(type: protobuf.Type, json: JSONValue): protobuf.Message<{}> | null;
Back to File Manager