import type { OtherAccountIdentification } from './other-account-identification'; export interface AccountIdentification { iban?: string; other?: OtherAccountIdentification; }