Package: effect
Module: PrimaryKey
Defines the unique identifier used to identify objects that implement the PrimaryKey interface.
When to use
Use to implement the PrimaryKey protocol as a computed property key on
classes or object literals that expose a stable string identifier.
See
PrimaryKey for the protocol interface that declares the method keyed by this symbolvalue for reading the string key from a PrimaryKey valueisPrimaryKey for checking whether an unknown value carries this methodSignature
declare const symbol: "~effect/interfaces/PrimaryKey"
Since v2.0.0