| 26 | } |
| 27 | |
| 28 | interface ApiBodySchemaHost extends RequestBodyOptions { |
| 29 | schema: SchemaObject | ReferenceObject; |
| 30 | examples?: ExamplesObject; |
| 31 | encoding?: EncodingObject; |
| 32 | } |
| 33 | |
| 34 | export type ApiBodyOptions = ApiBodyMetadata | ApiBodySchemaHost; |
| 35 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…