TypeDoc API - v0.28.19
    Preparing search index...

    Class LiteralType

    Represents a literal type.

    type A = "A"
    type B = 1

    Hierarchy (View Summary)

    Index
    type: "literal"

    The type name identifier.

    value: string | number | bigint | boolean | null