BUPKIS
    Preparing search index...

    Type Alias AssertionImplFnReturnType<Parts>

    AssertionImplFnReturnType:
        | AssertionFailure
        | AssertionParseRequest
        | boolean
        | void
        | z.ZodError
        | z.ZodType<ParsedSubject<Parts>>

    The return type of an assertion implementation function.

    Type Parameters