fix(rule-engine): add 'undefined' type for create time

This commit is contained in:
wwhai 2021-03-18 11:55:11 +08:00 committed by tigercl
parent b397b56db7
commit 0d75ea874b
1 changed files with 1 additions and 1 deletions

View File

@ -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()
}).