diff --git a/jquery.cookie/jquery.cookie.d.ts b/jquery.cookie/jquery.cookie.d.ts index 820a217c3..228bf8dec 100644 --- a/jquery.cookie/jquery.cookie.d.ts +++ b/jquery.cookie/jquery.cookie.d.ts @@ -5,8 +5,9 @@ /// + interface JQueryCookieOptions { - expires?: number; + expires?: any; path?: string; domain?: string; secure?: bool;