TypeDoc API - v0.28.2

    Interface LiteralType

    interface LiteralType {
        type: "literal";
        value:
            | null
            | string
            | number
            | boolean
            | { negative: boolean; value: string };
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    Properties

    type: "literal"

    The type name identifier.

    value: null | string | number | boolean | { negative: boolean; value: string }
    MMNEPVFCICPMFPCPTTAAATR