Type Alias NotificationSubjectType

NotificationSubjectType:
    | "Issue"
    | "PullRequest"
    | "Release"
    | "CheckSuite"
    | "Discussion"

The type of subject a notification refers to.