For example, the following HTML:

<!doctype html>

Yields:

```json
{type: 'doctype'}
interface Doctype {
    data?: Data;
    position?: Position;
    type: "doctype";
}

Hierarchy (View Summary)

Properties

Properties

data?: Data
position?: Position
type: "doctype"