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