Type alias ExpectingSymbol

ExpectingSymbol: {
    kind: "ExpectingSymbol";
    str: string;
}

See

Type declaration

  • Readonly kind: "ExpectingSymbol"
  • Readonly str: string