You can search for identifiers within the package.
in-package search v0.2.0
zeit
Zeit.Deployment
type t = {
uid : string;
name : string;
url : string;
created : int64;
type_ : string;
creator : string;
instanceCount : unit option;
scale : Scale.t option;
state : string option;
}
val equal : t -> t -> Ppx_deriving_runtime.bool
val pp : Ppx_deriving_runtime.Format.formatter -> t -> Ppx_deriving_runtime.unit
val show : t -> Ppx_deriving_runtime.string
module Api_responses : sig ... end