include/datastar_gleam@event_ExecuteScript.hrl
-record(execute_script, {
id :: gleam@option:option(binary()),
retry :: integer(),
script :: binary(),
auto_remove :: gleam@option:option(boolean()),
attributes :: list(binary())
}).
-record(execute_script, {
id :: gleam@option:option(binary()),
retry :: integer(),
script :: binary(),
auto_remove :: gleam@option:option(boolean()),
attributes :: list(binary())
}).