Add 'dataMap' to 'amplifyjs'.

This commit is contained in:
Daniel Rosenwasser
2015-08-10 16:49:00 -07:00
parent 0bd8371116
commit a7e09ad3d7
+1
View File
@@ -29,6 +29,7 @@ interface amplifyDecoders {
interface amplifyAjaxSettings extends JQueryAjaxSettings {
cache?: any;
dataMap?: {} | ((data: any) => {});
decoder?: any /* string or amplifyDecoder */;
}