mirror of https://github.com/actions/toolkit
Add type of context.payload.comment (#375)
parent
d69e699ab9
commit
d4340966b7
|
@ -36,4 +36,8 @@ export interface WebhookPayload {
|
|||
id: number
|
||||
[key: string]: any
|
||||
}
|
||||
comment?: {
|
||||
id: number
|
||||
[key: string]: any
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue