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@codegen@ir_RequestBodyIR.hrl
Raw

include/nori@codegen@ir_RequestBodyIR.hrl

-record(request_body_i_r, {
content_type :: binary(),
type_ref :: nori@codegen@ir:type_ref(),
required :: boolean()
}).