import { Account } from '../Account' export class AccountResponse { data: Account included: any[] }