WebTestKind type

The kind of WebTest that this web test watches. Choices are ping, multistep and standard.

type WebTestKind = "ping" | "multistep" | "standard"