export default interface AcceptOrderResponse { data: string; status: string; error_message: string[]; }