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

    Type Alias GetClientInterface<Client>

    GetClientInterface: ConvertToRPCInterface<Client> & ServiceBase<
        ConvertToRPCInterface<Client>,
    >

    Get the client interface type as would be returned by createClient

    Type Parameters

    • Client