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