Skip to content

Incorrectly typed custom_attributes #475

@cdoe

Description

@cdoe

I believe custom_attributes should be one of these:

  • Record<string, unknown>
  • Record<string, any>
  • Record<string, string | boolean | string | null | undefined>

Instead of:

  • Record<string, string>

There are likely other related types that need updated with similar for consistency.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions