Type alias Matched

Matched: {
    type: "matched";
    value: string;
}

Used by within.

Type declaration

  • type: "matched"
  • value: string

Generated using TypeDoc