effect-io-ai

Package: effect
Module: SchemaAST

SchemaAST.pick

Equivalent at runtime to the built-in TypeScript utility type Pick.

Signature

declare const pick: (ast: AST, keys: ReadonlyArray<PropertyKey>) => TypeLiteral | Transformation

Source

Since v3.10.0