import type { CreateDealCommand } from '@/client'; export type DealCreateDto = CreateDealCommand;