// src/models/request/getOpenTradeReports.ts
export interface GetOpenTradeReportsRequest {
  AccountId: number; // Required: ID of the account
}
