Type Alias ClientInfo

ClientInfo: { name: string; version?: string }

Information about the client

Type declaration

  • name: string

    The name of the client as defined by the client.

  • Optionalversion?: string

    The client's version as defined by the client.

3.15.0

3.18.0 ClientInfo type name added.