export interface ICheckoutResponse { url: string; checkoutUrl: string; orderId: string; }