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 failureImport:
@kjanat/dreamcliExport kind: type
Declared in:
src/core/schema/cardinality.tsSource link:
src/core/schema/cardinality.ts:246
Signatures
ts
type DuplicateKeys = typeof DUPLICATE_KEYS[number];