AccountClient: {
    getPlatformAccountHolder: ((options: {
        bank: Bank;
        accountNumber: string;
        birthdate?: string;
        businessRegistrationNumber?: string;
    }) => Promise<PlatformAccountHolder>);
}

Type declaration