EcosystemWalletCreationOptions

type EcosystemWalletCreationOptions = {
auth?: { mode?: "popup" | "redirect" };
partnerId?: string;
};