contact-db
    Preparing search index...

    Variable CompanyIndustryOwnWhereSchemaConst

    CompanyIndustryOwnWhereSchema: ZodObject<
        {
            companyId: ZodOptional<
                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: ZodCoercedNumber<(...)>;
                                            gt: ZodCoercedNumber<(...)>;
                                            gte: ZodCoercedNumber<(...)>;
                                            in: ZodArray<(...)>;
                                            lt: ZodCoercedNumber<(...)>;
                                            lte: ZodCoercedNumber<(...)>;
                                            notIn: ZodArray<(...)>;
                                        },
                                        $strip,
                                    >,
                                >;
                                notIn: ZodOptional<ZodArray<ZodCoercedNumber<unknown>>>;
                            },
                            $strip,
                        >,
                    ],
                >,
            >;
            id: ZodOptional<
                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: ZodCoercedNumber<(...)>;
                                            gt: ZodCoercedNumber<(...)>;
                                            gte: ZodCoercedNumber<(...)>;
                                            in: ZodArray<(...)>;
                                            lt: ZodCoercedNumber<(...)>;
                                            lte: ZodCoercedNumber<(...)>;
                                            notIn: ZodArray<(...)>;
                                        },
                                        $strip,
                                    >,
                                >;
                                notIn: ZodOptional<ZodArray<ZodCoercedNumber<unknown>>>;
                            },
                            $strip,
                        >,
                    ],
                >,
            >;
            industryId: ZodOptional<
                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: ZodCoercedNumber<(...)>;
                                            gt: ZodCoercedNumber<(...)>;
                                            gte: ZodCoercedNumber<(...)>;
                                            in: ZodArray<(...)>;
                                            lt: ZodCoercedNumber<(...)>;
                                            lte: ZodCoercedNumber<(...)>;
                                            notIn: ZodArray<(...)>;
                                        },
                                        $strip,
                                    >,
                                >;
                                notIn: ZodOptional<ZodArray<ZodCoercedNumber<unknown>>>;
                            },
                            $strip,
                        >,
                    ],
                >,
            >;
        },
        $strip,
    > = ...