fix(webhook-github): export provider event types

This commit is contained in:
Tianyi Cui
2026-08-23 01:48:36 +08:00
parent bf23f59979
commit 2f56345439
4 changed files with 6 additions and 4 deletions
@@ -6,6 +6,8 @@ import type {} from '@deepseek-ai/dsh-host-webserver'
import z from '@deepseek-ai/schemastery'
import { createGitHubWebhookHandler } from './handler.ts'
export type * from './types.ts'
/** Cordis function-plugin name. */
export const name = 'webhook-github'
/** Host services required before the exact route can register. */