Packages

✨ Generate Gleam SDKs from OpenAPI specifications

Current section

Files

Jump to
gilly src gilly@common.erl
Raw

src/gilly@common.erl

-module(gilly@common).
-compile([no_auto_import, nowarn_unused_vars, nowarn_unused_function, nowarn_nomatch, inline]).
-define(FILEPATH, "src/gilly/common.gleam").
-export_type([optionality/0]).
-type optionality() :: required_only | nullable_only | required_and_nullable.