ValidationStatus type

Defines values for ValidationStatus.

type ValidationStatus = "Valid" | "Invalid" | "Skipped"