(code: number)
| 131 | * @since 4.0.0 |
| 132 | */ |
| 133 | export const Empty = (code: number): Schema.Void => Schema.Void.pipe(status(code)) |
| 134 | |
| 135 | /** |
| 136 | * Type of the `NoContent` schema, a void schema annotated with HTTP status code 204. |
no test coverage detected