Packages

Code First GraphQL library for Gleam

Current section

Files

Jump to
mochi include mochi@telemetry_Custom.hrl
Raw

include/mochi@telemetry_Custom.hrl

-record(custom, {
timestamp :: integer(),
name :: binary(),
data :: gleam@dict:dict(binary(), gleam@dynamic:dynamic_())
}).