Skip to content

DuplicateKeys

How a repeated key combines when entries aggregate.

  • 'last': the later occurrence wins

  • 'first': the earlier occurrence wins

  • 'error': a repeat is a validation failure

  • Import: @kjanat/dreamcli

  • Export kind: type

  • Declared in: src/core/schema/cardinality.ts

  • Source link: src/core/schema/cardinality.ts:246

Signatures

ts
type DuplicateKeys = typeof DUPLICATE_KEYS[number];

See Also

Released under the MIT License.