Type Alias: CombinatorSchema<T>
WARNING
This API is experimental and may change in future versions.
A schema produced by combinator factory functions. Any ArgSchema with a parse function qualifies.
Signature
ts
type CombinatorSchema<T> = ArgSchema & Combinator<T>Type Parameters
| Name | Description |
|---|---|
T | The parsed value type. |
