export interface SendQuoteRequest { quoteid: number; } export interface SendQuoteResponse { result: string; }