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