export interface DeleteQuoteRequest { quoteid: number; } export interface DeleteQuoteResponse { result: string; }