interface BaseBuiltInDefinition {
    assumePrimitive?: boolean;
    names: readonly Identifier[];
    type: string;
}

Hierarchy (view full)

Hierarchy-Diagram

UML class diagram of BaseBuiltInDefinition

Properties

assumePrimitive?: boolean

Should we assume that the value is a primitive?

names: readonly Identifier[]

The function name to define to the given configuration

type: string

The type of the built-in configuration