diff --git a/types/ogre-tools-injectable.d.ts b/types/ogre-tools-injectable.d.ts index 93d59c37a4..7322708ee6 100644 --- a/types/ogre-tools-injectable.d.ts +++ b/types/ogre-tools-injectable.d.ts @@ -38,7 +38,12 @@ declare module "@ogre-tools/injectable" { override: , TInstance>( injectable: TInjectable, - overrider: ReturnType, + overrider: + | ReturnType + | jest.MockInstance< + ReturnType, + ReturnType + >, ) => void; }