rulvar API reference / @rulvar/core / DerivedKey
Type Alias: DerivedKey
ts
type DerivedKey =
| {
key: string;
}
| "incomparable";Defined in: packages/core/src/journal/matching.ts:35
A derived key, or the guaranteed non-match marker.