import type { Timestamp as _google_protobuf_Timestamp, Timestamp__Output as _google_protobuf_Timestamp__Output } from '../../../../../../google/protobuf/Timestamp'; export interface PingRequest { 'time'?: (_google_protobuf_Timestamp | null); '_time'?: "time"; } export interface PingRequest__Output { 'time'?: (_google_protobuf_Timestamp__Output | null); '_time': "time"; }