File size: 108 Bytes
cfbbc1a
 
1
2
3
import { InjectionToken } from '@nestjs/common';
export type MockFactory = (token?: InjectionToken) => any;