Skip to content

chore: remove duplicate TelemetryMap and TelemetryEvents types in core services #39994

@ryaverma

Description

@ryaverma

Issue

The types TelemetryMap and TelemetryEvents are defined twice in :-

  • packages/core-services/src/types/ITelemetryEvent.ts
  • packages/rest-typings/src/v1/statistics.ts

This duplication is already flagged with a TODO comment in ITelemetryEvent.ts // TODO this is duplicated from /packages/rest-typings/src/v1/statistics.ts

Fix

Import TelemetryMap and TelemetryEvents from rest-typings and remove the duplicate definitions from ITelemetryEvent.ts.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions