Parth Banathia
Parth Banathia
Hi @SimenB would love working on the feature request.
> Sorry, what are you fixing here? "other" is still unaccounted for. only thing exported from **import * as exported from "./AuthenticationEvents";** is `IDENTITY_UPDATED: 'authentication.identity_updated'` ``` const AuthenticationEvents = {...
> Sorry, what are you fixing here? "other" is still unaccounted for. @saghul
> The whole point of that test is to make sure we don't miss any other exports. Maybe I'm missing something... ``` { IDENTITY_UPDATED: string, AuthenticationEvents: { IDENTITY_UPDATED: string },...