| 3031 | * @since 3.10.0 |
| 3032 | */ |
| 3033 | export interface Any extends Bottom<any, any, never, never, SchemaAST.Any, Any> {} |
| 3034 | |
| 3035 | /** |
| 3036 | * Schema for the `any` type. Accepts any value without validation. |
no outgoing calls
no test coverage detected
searching dependent graphs…