We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c20c82c commit 6d4c32cCopy full SHA for 6d4c32c
1 file changed
src/lib/scripthost.d.ts
@@ -239,7 +239,7 @@ interface Enumerator<T = any> {
239
240
interface EnumeratorConstructor {
241
new <T = any>(safearray: SafeArray<T>): Enumerator<T>;
242
- new <T = any>(collection: { Item(index: any): T });
+ new <T = any>(collection: { Item(index: any): T }): Enumerator<T>;
243
new <T = any>(collection: any): Enumerator<T>;
244
}
245
0 commit comments