@midwayjs/mockFunctionscreateFunctionApp版本:NextcreateFunctionApp CallablecreateFunctionApp<T, Y>(baseDir?: string | MockBootstrapOptions, options?: MockBootstrapOptions, customFrameworkModule?: new (...args: any[]) => T | ComponentModule): Promise<Y>Type parametersT: IMidwayFramework<any, any, any, any, any>Y = ReturnType<T[getApplication]>