The Zod schema type.
The expected type of the output to be validated.
The expected type of the original input to the method.
The expected type of the authentication context.
The Zod schema to validate the output against.
A condition function that takes output, input, and context, and returns a boolean.
Creates a post-condition that validates the output of a method against a Zod schema.