Type Alias github_webhook::payload_types::PullRequestReviewCommentSide
source · pub type PullRequestReviewCommentSide = PullRequestReviewCommentStartSide;
Aliased Type§
enum PullRequestReviewCommentSide {
Left,
Right,
}