BuiltInDefinition:
    | BuiltInConstantDefinition<unknown>
    | BuiltInFunctionDefinition<T>
    | BuiltInReplacementDefinition

Type Parameters