Current section

Files

Jump to
erp include dict dict.hrl
Raw

include/dict/dict.hrl

-ifndef(DICT_HRL).
-define(DICT_HRL, true).
-record('dict', { id = [] :: list(),
type = [] :: binary(),
name = [] :: binary() | list()}).
-endif.