ServiceControllerFactoryFunction | WebHare Platform SDK
WebHare Platform SDK
    Preparing search index...

    Type Alias ServiceControllerFactoryFunction

    ServiceControllerFactoryFunction: (
        options?: { debug?: boolean },
    ) => Promise<BackendServiceController> | BackendServiceController

    Type Declaration