[Go to site: main page, start]

Interface CatchallKey

The catch-all key matches all values.

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

Properties

Properties

type: "*"
value?: string