import type { PullRequestCommentChangeLogNotificationPullRequestCreate, PullRequestCommentChangeLogUpdate } from "./changelogs/PullRequestCommentChangeLogs"; export type PullRequestCommentChangeLog = PullRequestCommentChangeLogUpdate | PullRequestCommentChangeLogNotificationPullRequestCreate;