Function ImageFilterSchema
ImageFilterSchema(): ZodObject< Required< { eq?: ZodType< undefined | InputMaybe<string>, any, undefined | InputMaybe<string>, >; exists?: ZodType< undefined | InputMaybe<boolean>, any, undefined | InputMaybe<boolean>, >; in?: ZodType< undefined | InputMaybe<InputMaybe<string>[]>, any, undefined | InputMaybe<InputMaybe<string>[]>, >; startsWith?: ZodType< undefined | InputMaybe<string>, any, undefined | InputMaybe<string>, >; }, >,> Returns ZodObject<
Required<
{
eq?: ZodType<
undefined
| InputMaybe<string>,
any,
undefined | InputMaybe<string>,
>;
exists?: ZodType<
undefined
| InputMaybe<boolean>,
any,
undefined | InputMaybe<boolean>,
>;
in?: ZodType<
undefined
| InputMaybe<InputMaybe<string>[]>,
any,
undefined | InputMaybe<InputMaybe<string>[]>,
>;
startsWith?: ZodType<
undefined
| InputMaybe<string>,
any,
undefined | InputMaybe<string>,
>;
},
>,
>