mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 23:10:29 +00:00
Vendored
+1182
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,14 @@
|
||||
/// <reference path="mandrill-api.d.ts" />
|
||||
|
||||
import mandrill = require('mandrill-api');
|
||||
|
||||
var
|
||||
M = new mandrill.Mandrill('key', false),
|
||||
cb: mandrill.ICallback = function(asd){
|
||||
|
||||
};
|
||||
|
||||
|
||||
M.templates.add({});
|
||||
M.webhooks.delete({id: 1});
|
||||
M.call('url', {}, cb, cb);
|
||||
Reference in New Issue
Block a user