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