Skip to content

Commit 54bbb74

Browse files
committed
undo types change
1 parent d86a723 commit 54bbb74

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.changeset/lazy-geese-brush.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
"@smithy/types": minor
32
"@smithy/core": minor
43
---
54

packages/types/src/pagination.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import type { Command } from "./command";
66
*
77
* Expected type definition of a paginator.
88
*/
9-
export type Paginator<T> = AsyncGenerator<T, undefined, Promise<T | undefined>>;
9+
export type Paginator<T> = AsyncGenerator<T, undefined, unknown>;
1010

1111
/**
1212
* @public

0 commit comments

Comments
 (0)