variable filePredicate

readonly
filePredicate: z.ZodObject<{  file: z.ZodObject<{    url: z.ZodEffects<z.ZodString, string, string>;  }, "strip", z.ZodTypeAny, {    url: string;  }, {    url: string;  }>;  spoiler: z.ZodOptional<z.ZodBoolean>;}, "strip", z.ZodTypeAny, {  file: {    url: string;  };  spoiler?: boolean | undefined;}, {  file: {    url: string;  };  spoiler?: boolean | undefined;}>
z.ZodObject<{ file: z.ZodObject<{ url: z.ZodEffects<z.ZodString, string, string>; }, "strip", z.ZodTypeAny, { url: string; }, { url: string; }>; spoiler: z.ZodOptional<z.ZodBoolean>;}, "strip", z.ZodTypeAny, { file: { url: string; }; spoiler?: boolean | undefined;}, { file: { url: string; }; spoiler?: boolean | undefined;}>