include/lightspeed@data_ergonomics_UnitOfWork.hrl

-record(unit_of_work, {
    name :: binary(),
    operations :: list(lightspeed@data_ergonomics:unit_operation())
}).