-module(json_canvas@types). -compile([no_auto_import, nowarn_unused_vars, nowarn_unused_function, nowarn_nomatch]). -export_type([node_id/0, color/0]). -type node_id() :: {node_id, binary()}. -type color() :: {color, binary()}.