@firestore-emulator/proto
Version:
Generated Firestore Protobufs For Firestore Emulator
31 lines • 941 B
TypeScript
/**
* Generated by the protoc-gen-ts. DO NOT EDIT!
* compiler version: 3.19.1
* source: google/protobuf/duration.proto
* git: https://github.com/thesayyn/protoc-gen-ts */
import * as pb_1 from "google-protobuf";
export declare class Duration extends pb_1.Message {
#private;
constructor(data?: any[] | {
seconds?: number;
nanos?: number;
});
get seconds(): number;
set seconds(value: number);
get nanos(): number;
set nanos(value: number);
static fromObject(data: {
seconds?: number;
nanos?: number;
}): Duration;
toObject(): {
seconds?: number;
nanos?: number;
};
serialize(): Uint8Array;
serialize(w: pb_1.BinaryWriter): void;
static deserialize(bytes: Uint8Array | pb_1.BinaryReader): Duration;
serializeBinary(): Uint8Array;
static deserializeBinary(bytes: Uint8Array): Duration;
}
//# sourceMappingURL=duration.d.ts.map