effect-io-ai

Package: effect
Module: SchemaAST

SchemaAST.PropertySignature

Represents a named property within an Objects node.

Details

Pairs a name (any PropertyKey) with a type (AST). The property’s optionality and mutability are determined by the type’s Context.

See

Signature

declare class PropertySignature { constructor(
    name: PropertyKey,
    type: AST
  ) }

Source

Since v3.10.0