(clientOrSchema: any, options?: any)
| 81 | ): ZodSchemaFactory<Schema>; |
| 82 | |
| 83 | export function createQuerySchemaFactory(clientOrSchema: any, options?: any) { |
| 84 | return new ZodSchemaFactory(clientOrSchema, options); |
| 85 | } |
| 86 | |
| 87 | /** |
| 88 | * Builds a `DateTime` value schema that accepts a `Date` object or any string |
no outgoing calls
no test coverage detected