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
module Database (Auth_key : Auth_key) : sig ... end