import type { CreateBusinessCommand } from '@/client'; export type BusinessCreateDto = CreateBusinessCommand;