lazy Callablelazy<T>(factory: (value: unknown) => Schema<T>, defaultValue: DefaultValue<undefined | null | T>): LazySchema<T>Create a schema that defers evaluation of the schema until it’s needed. This is useful for recursive schemas.Type parametersT
Create a schema that defers evaluation of the schema until it’s needed. This is useful for recursive schemas.