Describe what should be investigated or refactored
In types.ts we have [key: string]: any which covers the CCI field, but since that's a field we actually expect and operate on sometimes we could add it here, similar to some of the other fields we have typed out (ref). Doesn't change behavior though so more a "documentation" thing.
Describe what should be investigated or refactored
In
types.tswe have[key: string]: anywhich covers the CCI field, but since that's a field we actually expect and operate on sometimes we could add it here, similar to some of the other fields we have typed out (ref). Doesn't change behavior though so more a "documentation" thing.