Type Alias Identifier<X, N>

Identifier<X, N>: X & {
    name: N;
    type: "Identifier";
}

Type Parameters

  • X
  • N extends string