effect-io-ai

Package: effect
Module: SchemaAST

SchemaAST.omit

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

Signature

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

Source

Since v3.10.0