Alokai

CheckoutResponse

Partial checkout response.

type CheckoutResponse = {
  data: {
    id: string;
  };
};