| 91 | const Chargebee: any |
| 92 | |
| 93 | interface Window { |
| 94 | E2E: boolean |
| 95 | engagement: { |
| 96 | init(apiKey: string, options?: InitOptions): void |
| 97 | plugin(): unknown |
| 98 | boot(options: BootOptions): Promise<void> |
| 99 | } |
| 100 | } |
| 101 | } |
nothing calls this directly
no outgoing calls
no test coverage detected