1
0
Fork 0

Add type of context.payload.comment (#375)

pull/492/head
Ryo Ota 2020-06-04 00:54:01 +09:00 committed by GitHub
parent d69e699ab9
commit d4340966b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -36,4 +36,8 @@ export interface WebhookPayload {
id: number id: number
[key: string]: any [key: string]: any
} }
comment?: {
id: number
[key: string]: any
}
} }