(payload: schemas.ParsePayload<T>)
| 22 | /** The set of issues this check might throw. */ |
| 23 | issc?: errors.$ZodIssueBase; |
| 24 | check(payload: schemas.ParsePayload<T>): util.MaybeAsync<void>; |
| 25 | onattach: ((schema: schemas.$ZodType) => void)[]; |
| 26 | } |
| 27 |
no outgoing calls
no test coverage detected