Module Zeit.Deployment.Api_responses

type list_result = t list
val list_result_of_yojson : Yojson.Safe.json ‑> list_result Ppx_deriving_yojson_runtime.error_or
type create_result = {
deploymentId : string;
url : string;
readyState : string;
}
val equal_create_result : create_result ‑> create_result ‑> Ppx_deriving_runtime.bool
val pp_create_result : Format.formatter ‑> create_result ‑> Ppx_deriving_runtime.unit
val show_create_result : create_result ‑> Ppx_deriving_runtime.string
val create_result_of_yojson : Yojson.Safe.json ‑> create_result Ppx_deriving_yojson_runtime.error_or