API reference › @evolu/common › Type › SetExcessPropertyIssue
Defined in: packages/common/src/Type.ts:8029
An own property found on a Set value.
Properties
key
readonly key: string | symbol;
Defined in: packages/common/src/Type.ts:8031
kind
readonly kind: "ExcessProperty";
Defined in: packages/common/src/Type.ts:8030