import { Contacts } from './Contacts'

/** updateContacts */
export interface UpdateContacts {
  /** contacts[] */
  contacts?: Array<Contacts>
}
