fix(dialyzer): update the specs for the rule()

This commit is contained in:
Shawn 2022-03-16 10:13:16 +08:00
parent 93c5fa60b4
commit a892ff9006
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@
, enable := boolean()
, description => binary()
, created_at := integer() %% epoch in millisecond precision
, updated_at := integer() %% epoch in millisecond precision
, from := list(topic())
, is_foreach := boolean()
, fields := list()