Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type issue_qualifier = [
| `Assignee of string
| `Author of string
| `Closed of date range
| `Commenter of string
| `Created of date range
| `Involves of string
| `Label of string
| `Language of string
| `Mentions of string
| `Merged of date range
| `Project of string
| `Repo of string
| `Team of string
| `Updated of date range
| `User of string
| `Without_label of string
]