Type Alias TwingNameNodeAttributes

TwingNameNodeAttributes: TwingBaseExpressionNodeAttributes & {
    isAlwaysDefined: boolean;
    name: string;
    shouldIgnoreStrictCheck: boolean;
    shouldTestExistence: boolean;
}