Represents boolean values

interface BooleanLiteral {
    type?: string;
    value?: boolean;
}

Properties

Properties

type?: string
value?: boolean
MMNEPVFCICPMFPCPTTAAATR