export interface ExecuteQuoteRequest {
    quote_id: string;
}
