PayUIOptions
type PayUIOptions = { buyWithCrypto?: | false | { prefillSource?: { allowEdits?: { chain: boolean; token: boolean }; token?: { address: string; icon?: string; name: string; symbol: string; }; }; }; buyWithFiat?: { testMode?: boolean } | false; prefillBuy?: { allowEdits?: { amount: boolean; chain: boolean; token: boolean }; amount?: string; token?: { address: string; icon?: string; name: string; symbol: string; }; };};