Packages

OpenAPI code generation for Gleam — parse specs, generate types, routes, clients, and React Query/SWR hooks

Current section

Files

Jump to
nori include nori@server_ServerVariable.hrl
Raw

include/nori@server_ServerVariable.hrl

-record(server_variable, {
enum_values :: list(binary()),
default :: binary(),
description :: gleam@option:option(binary()),
extensions :: gleam@dict:dict(binary(), gleam@json:json())
}).