import { Contact } from '../Contact' export class ContactResponse { data: Contact included: any[] }