export interface ExecuteQuoteRequest {
  quote_id: string
  user_id?: string
}