We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de78344 commit a3f457aCopy full SHA for a3f457a
src/resources/url-scanner/scans.ts
@@ -306,7 +306,7 @@ export namespace ScanGetResponse {
306
307
console: Array<Page.Console>;
308
309
- cookies: Array<Page.Cooky>;
+ cookies: Array<Page.Cookie>;
310
311
country: string;
312
@@ -342,7 +342,7 @@ export namespace ScanGetResponse {
342
url?: string;
343
}
344
345
- export interface Cooky {
+ export interface Cookie {
346
domain: string;
347
348
expires: number;
0 commit comments