Type Alias Properties<N>

Properties<N>: SpecificNodeProperties<N> extends never
    ? string
    : SpecificNodeProperties<N>

The property names of a given AST node type.

Type Parameters