import { z } from 'zod';

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