Type alias ExpectingKeyword

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

See

Type declaration

  • Readonly kind: "ExpectingKeyword"
  • Readonly str: string