contact-db
    Preparing search index...

    Variable EmailSelectFieldsSchemaConst

    EmailSelectFieldsSchema: ZodObject<
        {
            contact: ZodOptional<
                ZodUnion<
                    [
                        ZodCoercedBoolean<unknown>,
                        ZodObject<
                            {
                                distinct: ZodOptional<
                                    ZodArray<
                                        ZodEnum<
                                            { agentId: ...; id: ...; order: ...; type: ...; uuid: ... },
                                        >,
                                    >,
                                >;
                                where: ZodOptional<
                                    ZodPipe<
                                        ZodTransform<any, unknown>,
                                        ZodObject<
                                            { agentId: ...; id: ...; order: ...; type: ...; uuid: ... },
                                            $strip,
                                        >,
                                    >,
                                >;
                            },
                            $strip,
                        >,
                    ],
                >,
            >;
            contactId: ZodOptional<ZodCoercedBoolean<unknown>>;
            email: ZodOptional<ZodCoercedBoolean<unknown>>;
            id: ZodOptional<ZodCoercedBoolean<unknown>>;
            order: ZodOptional<ZodCoercedBoolean<unknown>>;
        },
        $strip,
    > = ...