Module DebugProtocol.CompletionItemType

type t =
  1. | Method
  2. | Function
  3. | Constructor
  4. | Field
  5. | Variable
  6. | Class
  7. | Interface
  8. | Module
  9. | Property
  10. | Unit
  11. | Value
  12. | Enum
  13. | Keyword
  14. | Snippet
  15. | Text
  16. | Color
  17. | File
  18. | Reference
  19. | Customcolor
val t_of_js : Ojs.t -> t
val t_to_js : t -> Ojs.t