(opts: StartOptions)
| 120 | item: ForgeMutatingHookSignatures[Hook][0], |
| 121 | ): Promise<ForgeMutatingHookSignatures[Hook][0]>; |
| 122 | overrideStartLogic(opts: StartOptions): Promise<StartResult>; |
| 123 | } |
| 124 | /* eslint-enable @typescript-eslint/no-explicit-any */ |
| 125 |
no outgoing calls
no test coverage detected