interface Array { bulkPost(): Q.Promise; bulkPut(): Q.Promise; bulkPatch():Q.Promise; bulkDel(): Q.Promise; }