FailureData: ZodObject<
    {
        failure: ZodNullable<ZodType<Flag<Fail>, ZodTypeDef, Flag<Fail>>>;
        phrase: ZodString;
    },
    "strip",
    ZodTypeAny,
    { failure: null
    | Flag<Fail>; phrase: string },
    { failure: null | Flag<Fail>; phrase: string },
>