Auto-commit 2026-04-29 16:31
This commit is contained in:
10
node_modules/proto3-json-serializer/build/src/timestamp.d.ts
generated
vendored
Normal file
10
node_modules/proto3-json-serializer/build/src/timestamp.d.ts
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
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;
|
||||
};
|
||||
Reference in New Issue
Block a user