Interop.Interface
module Make () : Js.T with type t = private Ojs.t
module Extend (Super : Js.T) () : Js.T with type t = private Super.t
module Generic (Super : Js.T) () : sig ... end