import type { Timestamp as _google_protobuf_Timestamp, Timestamp__Output as _google_protobuf_Timestamp__Output } from '../../../../../../google/protobuf/Timestamp'; import type { OperationState as _tinkoff_public_invest_api_contract_v1_OperationState, OperationState__Output as _tinkoff_public_invest_api_contract_v1_OperationState__Output } from '../../../../../../tinkoff/public/invest/api/contract/v1/OperationState'; export interface OperationsRequest { 'accountId'?: (string); 'from'?: (_google_protobuf_Timestamp | null); 'to'?: (_google_protobuf_Timestamp | null); 'state'?: (_tinkoff_public_invest_api_contract_v1_OperationState); 'figi'?: (string); '_from'?: "from"; '_to'?: "to"; '_state'?: "state"; '_figi'?: "figi"; } export interface OperationsRequest__Output { 'accountId': (string); 'from'?: (_google_protobuf_Timestamp__Output | null); 'to'?: (_google_protobuf_Timestamp__Output | null); 'state'?: (_tinkoff_public_invest_api_contract_v1_OperationState__Output); 'figi'?: (string); '_from': "from"; '_to': "to"; '_state': "state"; '_figi': "figi"; }