Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
www
/
ah7-backend
/
node_modules
/
proto3-json-serializer
/
build
/
src
/
Filename :
duration.d.ts
back
Copy
import * as protobuf from 'protobufjs'; import { FromObjectValue } from './types'; export interface Duration { seconds: number; nanos?: number; } export declare function googleProtobufDurationToProto3JSON(obj: protobuf.Message & Duration): string; export declare function googleProtobufDurationFromProto3JSON(json: string): { [key: string]: FromObjectValue; };