API reference › @evolu/common › Type › MapExcessPropertyIssue
Defined in: packages/common/src/Type.ts:8611
An own property found on a Map value.
Properties
key
readonly key: string | symbol;
Defined in: packages/common/src/Type.ts:8613
kind
readonly kind: "ExcessProperty";
Defined in: packages/common/src/Type.ts:8612