effect-io-ai

Package: effect
Module: PrimaryKey

PrimaryKey.symbol

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

Signature

declare const symbol: "~effect/interfaces/PrimaryKey"

Source

Since v2.0.0