EcosystemWalletCreationOptions

type EcosystemWalletCreationOptions = {
auth?: {
allowedSmsCountryCodes?: Array<SupportedSmsCountry>;
defaultSmsCountryCode?: SupportedSmsCountry;
mode?: "popup" | "redirect" | "window";
redirectUrl?: string;
};
partnerId?: string;
storage?: AsyncStorage;
};