export interface GetQuoteRequest {
    quote_id: string;
}
