Current section
Files
Jump to
Current section
Files
src/lightbulb@providers.erl
-module(lightbulb@providers).
-compile([no_auto_import, nowarn_unused_vars, nowarn_unused_function, nowarn_nomatch]).
-export_type([providers/0]).
-type providers() :: {providers,
lightbulb@providers@data_provider:data_provider(),
lightbulb@providers@http_provider:http_provider()}.