Skip to content

Commit 43678dd

Browse files
committed
Add missing webhooks type annotation
1 parent 99ab2bc commit 43678dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

+1
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ class Replicate {
128128
list: trainings.list.bind(this),
129129
};
130130

131+
/** @type {webhooks} */
131132
this.webhooks = {
132133
default: {
133134
secret: {

0 commit comments

Comments
 (0)