Packages

A library for creating LTI 1.3 Tools in Gleam

Current section

Files

Jump to
lightbulb src lightbulb@registration.erl
Raw

src/lightbulb@registration.erl

-module(lightbulb@registration).
-compile([no_auto_import, nowarn_unused_vars, nowarn_unused_function, nowarn_nomatch]).
-export_type([registration/0]).
-type registration() :: {registration,
binary(),
binary(),
binary(),
binary(),
binary(),
binary()}.