AsyncIterableIterator at a certain point, and I'm trying to turn that iterator into a simple array. I have a function that you can pass an AsyncIterableIterator to, and it returns a Promise that resolves to an array of the items.Promise<(FileSystemDirectoryHandle | FileSystemFileHandle)[]> instead of just (FileSystemDirectoryHandle | FileSystemFileHandle)[]:Promises were involved but didn't appear in the type signature, which is what I'm trying to do here, but I don't know how to pull it off.