Current section
Files
Jump to
Current section
Files
include/dict/project.hrl
-ifndef(PROJECT_HRL).
-define(PROJECT_HRL, true).
-record(project, { approvers = [] :: [] | term(),
signer = [] :: binary() | list(),
comment = [] :: binary() | list(),
signature = [] :: [] | list(),
creator = [] :: binary() | list(),
executors = [] :: [] | term()
}).
-endif.