internal is not a property of TZDate. It only adds in runtime and should not be used in external functions. If you want to convert TZDate to Date or formatted string, use its functions instead of accessing to internal.
for (const month of allMonths) {
console.log(month.toISOString());
}