package zeit

  1. Overview
  2. Docs
type list_result = t list
val list_result_of_yojson : Yojson.Safe.t -> list_result Ppx_deriving_yojson_runtime.error_or
type create_result = {
  1. deploymentId : string;
  2. url : string;
  3. readyState : string;
}
val equal_create_result : create_result -> create_result -> Ppx_deriving_runtime.bool
val pp_create_result : Ppx_deriving_runtime.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.t -> create_result Ppx_deriving_yojson_runtime.error_or
OCaml

Innovation. Community. Security.