The catch-all key matches all values.

interface CatchallKey {
    type: "*";
    value?: string;
}

Properties

Properties

type: "*"
value?: string