Resource.dhall 382 B

1234567891011121314
  1. let Types = ../types/package.dhall
  2. in { name = "CHANGEME"
  3. , type = Types.ResourceType.InBuilt "CHANGEME"
  4. , icon = None Text
  5. , source = None Types.JSONObject
  6. , version = None (List Types.TextTextPair)
  7. , check_every = None Text
  8. , tags = None (List Text)
  9. , public = None Bool
  10. , webhook_token = None Text
  11. }
  12. : Types.Resource