Skip to content

Commit 7535510

Browse files
authored
fix(integrations): fix TypeScript typings (#8)
Fixes #6
1 parent 0a03617 commit 7535510

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
declare const {{{slug}}}Integration:
22
| {disabled: true}
3-
| (() => void)
3+
| (() => Promise<void>)
44

55
export = {{{slug}}}Integration

0 commit comments

Comments
 (0)