-module(howdy@context@user). -compile(no_auto_import). -export_type([user/0]). -type user() :: {user, binary(), gleam@map:map_(binary(), binary())}.