/var/www/greso.tech/server/nsm/node_modules/proto3-json-serializer/build/src
Edit: /var/www/greso.tech/server/nsm/node_modules/proto3-json-serializer/build/src/timestamp.d.ts (377B)
import * as protobuf from 'protobufjs';
import { FromObjectValue } from './types';
export interface Timestamp {
seconds: number;
nanos?: number;
}
export declare function googleProtobufTimestampToProto3JSON(obj: protobuf.Message & Timestamp): string;
export declare function googleProtobufTimestampFromProto3JSON(json: string): {
[key: string]: FromObjectValue;
};