EcosystemWalletCreationOptions

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