Type alias Unmatched

Unmatched: {
    type: "unmatched";
    value: string;
}

Type declaration

  • type: "unmatched"
  • value: string

Generated using TypeDoc