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

    Type Alias GetBackendServiceInterface<T>

    GetBackendServiceInterface: T extends keyof BackendServices
        ? ConvertToClientInterface<BackendServices[T]>
        : never

    Get the client interface for a given backend service

    Type Parameters

    GetBackendServiceInterface\<"platform:servicemanager"\>