NotifiEnvironmentConfiguration: Readonly<{
    env?: NotifiEnvironment;
    storageOption?: Readonly<{
        driverType?: "LocalForage" | "InMemory";
    }>;
    tenantId: string;
}>

Use NotifiFrontendConfiguration instead