diff --git a/index.d.ts b/index.d.ts index 1bcb8eb..fa90177 100644 --- a/index.d.ts +++ b/index.d.ts @@ -10,8 +10,8 @@ declare namespace intoStream { | Iterable; type InputObject = - | {[key: string]: unknown} - | Iterable<{[key: string]: unknown}>; + | {[key: string]: any} + | Iterable<{[key: string]: any}>; } declare const intoStream: {