import { z } from 'zod'; const redisServerSpecSchema = z.object({}); export { redisServerSpecSchema };