(
apiKey: string,
// eslint-disable-next-line @typescript-eslint/no-wrapper-object-types -- RN codegen requires `Object`, not `object`
config: Object,
version: string
)
| 33 | export interface Spec extends TurboModule { |
| 34 | // Initialization |
| 35 | initializeWithApiKey( |
| 36 | apiKey: string, |
| 37 | // eslint-disable-next-line @typescript-eslint/no-wrapper-object-types -- RN codegen requires `Object`, not `object` |
| 38 | config: Object, |
no outgoing calls
no test coverage detected