zod
    Preparing search index...

    Variable intFilterConst

    intFilter: ZodUnion<
        [
            ZodCoercedNumber<unknown>,
            ZodObject<
                {
                    equals: ZodOptional<ZodCoercedNumber<unknown>>;
                    gt: ZodOptional<ZodCoercedNumber<unknown>>;
                    gte: ZodOptional<ZodCoercedNumber<unknown>>;
                    in: ZodOptional<ZodArray<ZodCoercedNumber<unknown>>>;
                    lt: ZodOptional<ZodCoercedNumber<unknown>>;
                    lte: ZodOptional<ZodCoercedNumber<unknown>>;
                    not: ZodOptional<
                        ZodObject<
                            {
                                equals: ZodOptional<ZodCoercedNumber<unknown>>;
                                gt: ZodOptional<ZodCoercedNumber<unknown>>;
                                gte: ZodOptional<ZodCoercedNumber<unknown>>;
                                in: ZodOptional<ZodArray<ZodCoercedNumber<unknown>>>;
                                lt: ZodOptional<ZodCoercedNumber<unknown>>;
                                lte: ZodOptional<ZodCoercedNumber<unknown>>;
                                notIn: ZodOptional<ZodArray<ZodCoercedNumber<unknown>>>;
                            },
                            $strip,
                        >,
                    >;
                    notIn: ZodOptional<ZodArray<ZodCoercedNumber<unknown>>>;
                },
                $strip,
            >,
        ],
    > = ...

    Filter schema to query integer value