export interface CreateOrderResponse { /** * Order ID in Yandex Pay */ /** * URL to the payment form to redirect the user */ paymentUrl: string; }