Module Client_info.Client_type

type t = [
| `Remote
| `Ui
| `Embedder
| `Host
| `Plugin
]