Packages

✨ Generate Gleam SDKs from OpenAPI specifications

Current section

Files

Jump to
gilly include gilly@openapi@operation_Response.hrl
Raw

include/gilly@openapi@operation_Response.hrl

-record(response, {
description :: binary(),
content :: list({binary(), gilly@openapi@operation:media_type()})
}).