Type alias Expecting

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

See

Type declaration

  • Readonly kind: "Expecting"
  • Readonly str: string