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

This commit is contained in:
Ryo Ota
2020-06-04 00:54:01 +09:00
committed by GitHub
parent d69e699ab9
commit d4340966b7

View File

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