Current section

Files

Jump to
erp include erp templateInfo.hrl
Raw

include/erp/templateInfo.hrl

-ifndef(TEMPLATE_INFO).
-define(TEMPLATE_INFO, true).
-record(templateInfo, { id = [] :: [] | binary(),
parent = [] :: [] | binary() }).
-endif.