import { z } from 'zod';

export const {{camelCase name}}CommandInput = z.object({});