Statsig.DataStore.BytesResponse (statsig_elixir v0.22.0-beta.2609030212)

Response struct returned from handle_get_bytes/2.

Summary

Types

t()

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