@addtodoist/twitter-autohook
Version:
Automatically setup and serve webhooks for the Twitter Account Activity API
19 lines • 472 B
TypeScript
export function get({ url, ...options }: {
[x: string]: any;
url: any;
}): any;
export function del({ url, ...options }: {
[x: string]: any;
url: any;
}): any;
export function post({ url, body, ...options }: {
[x: string]: any;
url: any;
body?: {} | undefined;
}): any;
export function put({ url, body, ...options }: {
[x: string]: any;
url: any;
body?: {} | undefined;
}): any;
//# sourceMappingURL=index.d.ts.map