Module Tabs_utils

class type mutedInfo = object ... end
class type tab = object ... end
class type queryInfo = object ... end
class type updateProperties = object ... end
class type createProperties = object ... end
class type imageDetails = object ... end
class type details = object ... end
class type moveProperties = object ... end
class type pageSettings = object ... end
class type zoomSettings = object ... end
class type highlightInfo = object ... end
class type reloadProperties = object ... end
class type moveInSuccessionOptions = object ... end
val make_script_details : ?⁠allFrames:bool -> ?⁠code:string -> ?⁠cssOrigin:string -> ?⁠file:string -> ?⁠frameId:int -> ?⁠matchAboutBlank:bool -> ?⁠runAt:string -> unit -> details Js_min.t
val make_query : ?⁠active:bool -> ?⁠audible:bool -> ?⁠autoDiscardable:bool -> ?⁠currentWindow:bool -> ?⁠discarded:bool -> ?⁠highlighted:bool -> ?⁠index:int -> ?⁠lastFocusedWindow:bool -> ?⁠muted:bool -> ?⁠pinned:bool -> ?⁠status:string -> ?⁠title:string -> ?⁠url:string -> ?⁠windowId:int -> ?⁠windowType:string -> unit -> queryInfo Js_min.t