Statsig.DataStore.BytesResponse (statsig_elixir v0.19.3)

Response struct returned from handle_get_bytes/2.

Summary

Types

t()

@type t() :: %Statsig.DataStore.BytesResponse{
  result: nil | binary(),
  time: nil | non_neg_integer()
}