MCPcopy
hub / github.com/nestjs/swagger / ApiBodySchemaHost

Interface ApiBodySchemaHost

lib/decorators/api-body.decorator.ts:28–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28interface ApiBodySchemaHost extends RequestBodyOptions {
29 schema: SchemaObject | ReferenceObject;
30 examples?: ExamplesObject;
31 encoding?: EncodingObject;
32}
33
34export type ApiBodyOptions = ApiBodyMetadata | ApiBodySchemaHost;
35

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…