BUPKIS
    Preparing search index...

    Type Alias AssertionParseRequest

    AssertionParseRequest: { subject: unknown } & (
        | { asyncSchema: z.ZodType; schema?: never }
        | { asyncSchema?: never; schema: z.ZodType }
    )

    When you want to use a Zod schema in an assertion implementation function against some value that isn't the subject, you can return this object and BUPKIS will do it for you (with better diffs).