API reference › @evolu/common › Lookup › StructuralKey
type StructuralKey =
| StructuralScalar
| ReadonlyArray<StructuralKey>
| {
[key: string]: StructuralKey;
};
Defined in: packages/common/src/Lookup.ts:251
Immutable structural key.
Structural keys are JSON-like values with NaN and positive/negative
infinity also supported, or Uint8Array.