Package: effect Module: Schema
effect
Schema
Schema for property keys accepted by Effect schemas: finite number, symbol, or string.
number
symbol
string
Signature
declare const PropertyKey: Union<readonly [Finite, Symbol, String]>
Source
Since v4.0.0