| 489 | * @deprecated |
| 490 | */ |
| 491 | export interface IWebMiddleware { |
| 492 | resolve(): FaaSMiddleware; |
| 493 | } |
| 494 | |
| 495 | export interface ServerlessStarterOptions extends IMidwayBootstrapOptions { |
| 496 | initializeMethodName?: string; |
nothing calls this directly
no outgoing calls
no test coverage detected