Type Alias ServiceControllerFactoryFunction
ServiceControllerFactoryFunction: (
options?: { debug?: boolean },
) => Promise<BackendServiceController> | BackendServiceController
options?: { debug?: boolean },
) => Promise<BackendServiceController> | BackendServiceController
Type Declaration
- (
options?: { debug?: boolean },
): Promise<BackendServiceController> | BackendServiceController Parameters
Optionaloptions: { debug?: boolean }
Returns Promise<BackendServiceController> | BackendServiceController
- (