import type { Refund } from './refund.response';
export interface CreateRefundResponse extends Refund {
}
