import { CreateCustomerDto } from "./create-customer.dto";

export class UpdateCustomerDto extends CreateCustomerDto {}
