diff --git a/zepto/zepto.d.ts b/zepto/zepto.d.ts index d85072a66f..5aa3aa8258 100644 --- a/zepto/zepto.d.ts +++ b/zepto/zepto.d.ts @@ -1576,7 +1576,7 @@ interface ZeptoAjaxSettings { contentType?: string; dataType?: string; timeout?: number; - headers?: string; + headers?: { [key: string]: string }; async?: boolean; global?: boolean; context?: any;