Module Webapi__Dom__Types.WhatToShow

type t;
let _All: t;
let _Element: t;
let _Attribute: t;
let _Text: t;
let _CDATASection: t;
let _EntityReference: t;
let _Entity: t;
let _ProcessingInstruction: t;
let _Comment: t;
let _Document: t;
let _DocumentType: t;
let _DocumentFragment: t;
let _Notation: t;
let many: list(t) => t;