(status: number)
| 305 | * @category empty response |
| 306 | */ |
| 307 | export const Empty = (status: number): typeof Schema.Void => Schema.Void.annotations(annotations({ status })) |
| 308 | |
| 309 | /** |
| 310 | * @since 1.0.0 |
no test coverage detected
searching dependent graphs…