include/lattice_presence@presence_state_Entry.hrl

-record(entry, {
    topic :: binary(),
    key :: binary(),
    pid :: binary(),
    meta :: gleam@json:json()
}).