include/lightspeed@cluster@durable_session_SnapshotJournal.hrl

-record(snapshot_journal, {
    snapshot_store :: binary(),
    journal_store :: binary(),
    checkpoint_every :: integer()
}).