// src/models/request/getLevel1SummaryMin.ts
export interface GetLevel1SummaryMinRequest {
  InstrumentIds?: string; // Optional: List of instrument ids as a string
}
