Franco Traversaro
Franco Traversaro
**Is your feature request related to a problem? Please describe.** I have an Attachment entity that can be related to many other entities; if an Attachment is "used" by someone...
### Minimal reproducible example https://github.com/belinde/expo-av-nativeeventemitter-bug ### Summary The project has been generated as per standard procedure, then `expo-av` is added with `expo install` ``` npx create-expo-app expo-av-nativeeventemitter-bug npx expo install...
In file `typings/models/countryAuthorization.d.ts` there is an untyped property (currently on line 7): ```typescript import { CountryISO } from "../types"; export namespace countryAuthorization { interface AuthorizationData { BlockUserCreation: boolean; BlockBankAccountCreation: boolean;...