diff --git a/jquery-mockjax/jquery-mockjax.d.ts b/jquery-mockjax/jquery-mockjax.d.ts index df13175524..6cf2d2c06a 100644 --- a/jquery-mockjax/jquery-mockjax.d.ts +++ b/jquery-mockjax/jquery-mockjax.d.ts @@ -20,6 +20,7 @@ interface MockJaxSettings { statusText?: string; responseTime?: number; isTimeout?: boolean; + dataType?: string; contentType?: string; response?: (settings: any) => void; responseText?: string | Object;