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