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
schema (Zod or Standard 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 schema (Zod or Standard Schema) that defines validation constraints for assertion arguments.