We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a03617 commit 7535510Copy full SHA for 7535510
packages/integrations/template/index.d.ts.tpl
@@ -1,5 +1,5 @@
1
declare const {{{slug}}}Integration:
2
| {disabled: true}
3
- | (() => void)
+ | (() => Promise<void>)
4
5
export = {{{slug}}}Integration
0 commit comments