TypeScript SDK

BuyOrOnrampPrepareResult

type BuyOrOnrampPrepareResult = Extract<
{ type: "buy" | "onramp" }
>;