()
| 1382 | shape: Shape; |
| 1383 | |
| 1384 | keyof(): ZodEnum<util.ToEnum<keyof Shape & string>>; |
| 1385 | /** Define a schema to validate all unrecognized keys. This overrides the existing strict/loose behavior. */ |
| 1386 | catchall<T extends core.SomeType>(schema: T): ZodObject<Shape, core.$catchall<T>>; |
| 1387 |
no outgoing calls
no test coverage detected