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