export interface ResetRefundDetailsResponse { success: boolean; timestamp: string; } export type ResetRefundDetails = () => Promise;