generated from tpl/purs
fix: nullable
This commit is contained in:
parent
2d932a22a0
commit
5699ad5c54
@ -391,7 +391,7 @@ type Branch =
|
||||
, "name" :: String
|
||||
, "protected" :: Boolean
|
||||
, "required_approvals" :: Int
|
||||
, "status_check_contexts" :: Array String
|
||||
, "status_check_contexts" :: Maybe (Array String)
|
||||
, "user_can_merge" :: Boolean
|
||||
, "user_can_push" :: Boolean
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user