import { Contacts } from './Contacts'; /** updateContactsResponse */ export interface UpdateContactsResponse { /** rval[] */ rval?: Array; }