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

    Interface BackendServiceController

    interface BackendServiceController {
        createClient(
            ...args: unknown[],
        ): BackendServiceConnection | Promise<BackendServiceConnection>;
    }
    Index

    Methods

    Methods