import type { Timestamp as _google_protobuf_Timestamp, Timestamp__Output as _google_protobuf_Timestamp__Output } from '../../../../../../google/protobuf/Timestamp'; export interface GenerateBrokerReportRequest { 'accountId'?: (string); 'from'?: (_google_protobuf_Timestamp | null); 'to'?: (_google_protobuf_Timestamp | null); } export interface GenerateBrokerReportRequest__Output { 'accountId': (string); 'from': (_google_protobuf_Timestamp__Output | null); 'to': (_google_protobuf_Timestamp__Output | null); }