contact-db
    Preparing search index...

    Variable EmailUpdateSchemaConst

    EmailUpdateSchema: ZodObject<
        {
            contactId: ZodOptional<ZodCoercedNumber<unknown>>;
            email: ZodOptional<ZodEmail>;
            order: ZodOptional<ZodOptional<ZodCoercedNumber<unknown>>>;
        },
        $strip,
    > = ...