Type Alias github_webhook::payload_types::IssueCommentDeletedEventIssueState
source · pub type IssueCommentDeletedEventIssueState = PullRequestState;
Aliased Type§
enum IssueCommentDeletedEventIssueState {
Closed,
Open,
}