Module CustomTextEditorProvider.ResolvedEditor

type t = [
  1. | `Promise of Promise.void
  2. | `Unit of Interop.Js.Unit.t
]
val t_to_js : t -> Ojs.t
val t_of_js : Ojs.t -> t