fix(regions): move webhooks because they deserve love too

This commit is contained in:
Charles Driesler
2025-02-11 00:43:15 +00:00
parent c416484974
commit 21bf57f514
5 changed files with 119 additions and 5 deletions
@@ -372,3 +372,6 @@ export type CopyProjectAutomations = (params: {
export type CopyProjectComments = (params: {
projectIds: string[]
}) => Promise<Record<string, number>>
export type CopyProjectWebhooks = (params: {
projectIds: string[]
}) => Promise<Record<string, number>>