import { AccountCreateAttributes } from '../AccountCreateAttributes' export class OpenAccountRequest { include?: string[] data: { type?: string // 'accounts' attributes: AccountCreateAttributes } }