Companion enum for ValidateOnOption. Mirrors the same fixed set of
string values so callers who prefer enums (autocomplete, refactor-safe
references, etc.) can use ValidateOn.Create instead of the raw string
literal 'create'. Both forms are accepted anywhere ValidateOnOption
is used - this is purely additive and does not replace the string
literal union.
Companion enum for
ValidateOnOption. Mirrors the same fixed set of string values so callers who prefer enums (autocomplete, refactor-safe references, etc.) can useValidateOn.Createinstead of the raw string literal'create'. Both forms are accepted anywhereValidateOnOptionis used - this is purely additive and does not replace the string literal union.