Current section
Files
Jump to
Current section
Files
include/plunk@internal@contacts_def_Action.hrl
-record(action, {
id :: binary(),
name :: binary(),
run_once :: boolean(),
delay :: integer(),
project_id :: gleam@option:option(binary()),
template_id :: gleam@option:option(binary()),
created_at :: binary(),
updated_at :: binary()
}).