import { Contacts } from './Contacts'

/** createContacts */
export interface CreateContacts {
  /** contacts[] */
  contacts?: Array<Contacts>
}
