Skip to content

[Bug] Invalid types in last update #1076

@codygordon

Description

@codygordon

Some of the changes in the following commit define types don't match the actual structure of the data causing type errors when attempting to access values as documented.

For example, lineTypeIntelligence: Record<string, object> suggests that the shape would be:

lineTypeIntelligence: {
   key: { ... }
}

It should probably instead be Record<string, any>.

Or, even better, it should contain the actual available keys and value types as documented.

49f3f2b#diff-55a60b51b684465835a0448f6efceb0ef9b0cb5ada598728e1594ebf2507deddR292

Metadata

Metadata

Assignees

No one assigned

    Labels

    priority: highNeeds immediate attention; blockers or critical or bugtype: bugbug in the library

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions