Function DatetimeFilterSchema
DatetimeFilterSchema(): ZodObject< Required< { after?: ZodType< undefined | InputMaybe<string>, any, undefined | InputMaybe<string>, >; before?: ZodType< undefined | InputMaybe<string>, any, undefined | InputMaybe<string>, >; 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>[]>, >; }, >,> Returns ZodObject<
Required<
{
after?: ZodType<
undefined
| InputMaybe<string>,
any,
undefined | InputMaybe<string>,
>;
before?: ZodType<
undefined
| InputMaybe<string>,
any,
undefined | InputMaybe<string>,
>;
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>[]>,
>;
},
>,
>