| 4 | |
| 5 | declare namespace CodeceptJS { |
| 6 | interface SupportObject { I: CodeceptJS.I } |
| 7 | interface CallbackOrder { [0]: CodeceptJS.I } |
| 8 | interface Methods extends CodeceptJS.WebDriver, customHelpers {} |
| 9 | interface I extends ReturnType<steps_file> {} |
nothing calls this directly
no outgoing calls
no test coverage detected