| 422 | })) |
| 423 | }; |
| 424 | class WithExample { |
| 425 | @ApiProperty({ example: big }) |
| 426 | payload: object; |
| 427 | } |
| 428 | |
| 429 | const schemas: Record<string, SchemaObject> = {}; |
| 430 | schemaObjectFactory.exploreModelSchema(WithExample, schemas); |
nothing calls this directly
no test coverage detected
searching dependent graphs…