Current section

Files

Jump to
telega include telega@flow_FlowStackFrame.hrl
Raw

include/telega@flow_FlowStackFrame.hrl

-record(flow_stack_frame, {
flow_name :: binary(),
return_step :: binary(),
saved_data :: gleam@dict:dict(binary(), binary())
}).