mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-11-18 17:21:06 +08:00
Add type of context.payload.comment (#375)
This commit is contained in:
parent
d69e699ab9
commit
d4340966b7
@ -36,4 +36,8 @@ export interface WebhookPayload {
|
||||
id: number
|
||||
[key: string]: any
|
||||
}
|
||||
comment?: {
|
||||
id: number
|
||||
[key: string]: any
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user