Module Cosmos.Databases

module type Auth_key = sig ... end
module Auth : functor (Keys : Auth_key) -> sig ... end
module Response_headers : sig ... end
type cosmos_error =
| Timeout_error
| Azure_error of int
module Database : functor (Auth_key : Auth_key) -> sig ... end