Current section

Files

Jump to
bingex lib bingex types.ex
Raw

lib/bingex/types.ex

defmodule Bingex.Types do
@moduledoc false
alias Bingex.HTTP
@type request_metadata() :: {HTTP.Request.t(), HTTP.Response.t()}
@type failed_request_metadata() :: HTTP.Request.t()
end