Skip to content

Latest commit

 

History

History
50 lines (27 loc) · 883 Bytes

response.md

File metadata and controls

50 lines (27 loc) · 883 Bytes

fastify-oas

Globals / Response

Interface: Response

Hierarchy

  • Response

Index

Properties

Properties

description

description: string

Defined in node_modules/@types/swagger-schema-official/index.d.ts:146


examples

Optional examples: { [exampleName:string]: {}; }

Defined in node_modules/@types/swagger-schema-official/index.d.ts:149


headers

Optional headers: { [headerName:string]: Header; }

Defined in node_modules/@types/swagger-schema-official/index.d.ts:148


schema

Optional schema: Schema

Defined in node_modules/@types/swagger-schema-official/index.d.ts:147