export interface giveRatingPayload { rating: number; comment?: string; images?: string[]; orderId: string; }