Represents a type that is constructed by querying the type of a reflection.

const x = 1
type Z = typeof x // query on reflection for x

Hierarchy (View Summary)

Constructors

Methods

  • Implementation method for toString. needsParenthesis will be used to determine if the returned string should be wrapped in parenthesis.

    Returns string

Properties

type: "query"

The type name identifier.