KC's Workspace
    Preparing search index...

    Represents a literal type.

    type A = "A"
    type B = 1

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    type: "literal"

    The type name identifier.

    value: string | number | bigint | boolean | null

    Methods