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