Skip to content

Commit 811ff22

Browse files
authored
Merge pull request #140 from SergKam/patch-1
Fix error in typescript definition of cookies #139
2 parents bbbfdf3 + 044e3c9 commit 811ff22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ export declare class Request {
129129
value: string | null;
130130
};
131131
cookies: {
132-
[key: string]: CookieOptions;
132+
[key: string]: string;
133133
};
134134
context: Context;
135135
coldStart: boolean;

0 commit comments

Comments
 (0)