fix(rule-engine): add 'undefined' type for create time
This commit is contained in:
parent
b397b56db7
commit
0d75ea874b
|
@ -87,7 +87,7 @@
|
|||
{ id :: resource_id()
|
||||
, type :: resource_type_name()
|
||||
, config :: #{} %% the configs got from API for initializing resource
|
||||
, created_at :: integer() %% epoch in millisecond precision
|
||||
, created_at :: integer() | undefined %% epoch in millisecond precision
|
||||
, description :: binary()
|
||||
}).
|
||||
|
||||
|
|
Loading…
Reference in New Issue