package zeit

  1. Overview
  2. Docs
type list_result = t list
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 show_create_result : create_result -> Ppx_deriving_runtime.string
OCaml

Innovation. Community. Security.