export interface CreateCustomerDto { firstName?: string; lastName?: string; phoneNumber?: string; emailAddress: string; }