Union type representing the fundamental building blocks of an assertion.
An assertion part can be either a phrase (string literal or choice of
literals) that describes the natural language portion of the assertion, or a
Zod schema that defines validation constraints for assertion arguments.
Example
// String literal phrase typePart1='to be a string';
Union type representing the fundamental building blocks of an assertion.
An assertion part can be either a phrase (string literal or choice of literals) that describes the natural language portion of the assertion, or a Zod schema that defines validation constraints for assertion arguments.