Reference to an ETS-backed Signal session store.
Wrapping the table identifier lets the same API support persistent maps and concurrent runtime storage without leaking ETS details to callers.
Summary
Types
@type t() :: %ExWapp.Signal.SessionStore.Ref{table: term()}