PutStep.dhall 260 B

1234567891011
  1. let Types = ../types/package.dhall
  2. in { put = None Text
  3. , inputs = None (List Text)
  4. , params = None Types.JSONObject
  5. , get_params = None Types.JSONObject
  6. , tags = None (List Text)
  7. , timeout = None Text
  8. , attempts = None Natural
  9. }