Represents integer numbers

interface IntegerLiteral {
    type?: string;
    value?: string;
}

Properties

Properties

type?: string
value?: string
MMNEPVFCICPMFPCPTTAAATR