| 4 | declare namespace CodeceptJS { |
| 5 | interface SupportObject { I: I, current: any } |
| 6 | interface Methods extends FileSystem, MyHelper {} |
| 7 | interface I extends WithTranslation<Methods> {} |
| 8 | namespace Translation { |
| 9 | interface Actions {} |
nothing calls this directly
no outgoing calls
no test coverage detected