effect-io-ai

Package: effect
Module: SchemaAST

SchemaAST.Unknown

AST node representing the unknown type — every value matches.

Details

Unlike Any, this is type-safe: the parsed result is typed as unknown rather than any.

See

Signature

declare class Unknown

Source

Since v4.0.0