effect-io-ai

Package: effect
Module: Schema

Schema.PropertyKey

Schema for property keys accepted by Effect schemas: finite number, symbol, or string.

Signature

declare const PropertyKey: Union<readonly [Finite, Symbol, String]>

Source

Since v4.0.0