package vcaml

  1. Overview
  2. Docs
type t = [
  1. | `Remote
  2. | `Ui
  3. | `Embedder
  4. | `Host
  5. | `Plugin
]