State type

Defines values for State.
KnownState can be used interchangeably with State, this enum contains the known values that the service supports.

Known values supported by the service

proposed: The issue is proposed.
open: The issue is opened.
removed: The issue was removed.
resolved: The issue is now resolved.
closed: The issue was closed.

type State = string