Package: effect
Module: SchemaAST
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
ObjectsSignature
declare class PropertySignature { constructor(
name: PropertyKey,
type: AST
) }
Since v3.10.0