From f77e5a0923e64121b034b9d3f96c9ca6b26931b9 Mon Sep 17 00:00:00 2001 From: Alexey Pelykh Date: Thu, 23 Mar 2017 10:05:55 +0200 Subject: [PATCH] Update index.d.ts --- phantom/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phantom/index.d.ts b/phantom/index.d.ts index da6d270467..bd337dc624 100644 --- a/phantom/index.d.ts +++ b/phantom/index.d.ts @@ -47,7 +47,7 @@ export interface ICookie { path: string, httponly?: boolean, secure?: boolean, - expires?: Date + expires?: string } export interface IPaperSizeOptions {