package azure-cosmos-db

  1. Overview
  2. Docs
module type Auth_key = sig ... end
module Auth (Keys : Auth_key) : sig ... end
module Response_headers : sig ... end
type cosmos_error =
  1. | Timeout_error
  2. | Azure_error of int
module Database (Auth_key : Auth_key) : sig ... end