include/lightspeed@ops@operations_kit_Step.hrl

-record(step, {
    id :: binary(),
    instruction :: binary(),
    evidence_tag :: binary(),
    reversible :: boolean()
}).