refactor: trim helper shape exports

This commit is contained in:
Peter Steinberger
2026-05-01 20:22:55 +01:00
parent 4981ec7061
commit ca2cd6a8ab
8 changed files with 9 additions and 9 deletions

View File

@@ -30,7 +30,7 @@ const webhooksPluginConfigSchema = z
export type WebhookSecretInput = z.infer<typeof secretInputSchema>;
export type ConfiguredWebhookRouteConfig = {
type ConfiguredWebhookRouteConfig = {
routeId: string;
path: string;
sessionKey: string;