diff --git a/packages/github/src/interfaces.ts b/packages/github/src/interfaces.ts index 8ab08bfe..8295b871 100644 --- a/packages/github/src/interfaces.ts +++ b/packages/github/src/interfaces.ts @@ -40,4 +40,7 @@ export interface WebhookPayload { id: number [key: string]: any } + inputs?: { + [key: string]: string | null | undefined + } }