We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 720fa4b commit 88a9ed5Copy full SHA for 88a9ed5
src/server/webhooks/events/event.ts
@@ -1,6 +1,9 @@
1
-import { prEventKeys, type PrEvent } from "./pr/event.js"
2
-import { projectEventKeys, type ProjectEvent } from "./project/event.js"
3
-import { repoEventKeys, type RepoEvent } from "./repo/event.js"
+import type { PrEvent } from "./pr/event.js"
+import { prEventKeys } from "./pr/event.js"
+import type { ProjectEvent } from "./project/event.js"
4
+import { projectEventKeys } from "./project/event.js"
5
+import type { RepoEvent } from "./repo/event.js"
6
+import { repoEventKeys } from "./repo/event.js"
7
8
/**
9
* When you have a webhook with an event, Bitbucket Data Center sends the event
0 commit comments