-
Notifications
You must be signed in to change notification settings - Fork 161
Closed as not planned
Labels
confirmedThe scope is clear, ready for implementationThe scope is clear, ready for implementationfeature-requestThis item refers to a feature request for an existing or new utilityThis item refers to a feature request for an existing or new utilitytracerThis item relates to the Tracer UtilityThis item relates to the Tracer Utility
Milestone
Description
Description of the feature request
As discussed internally, we need to define more specific types for the method decorator that currently uses the any
type:
// TODO: Revisit type below & make it more specific
// eslint-disable-next-line @typescript-eslint/no-explicit-any
type MethodDecorator = (target: any, propertyKey: string | symbol, descriptor: TypedPropertyDescriptor<any>) => any;
Related issues, RFCs
Metadata
Metadata
Assignees
Labels
confirmedThe scope is clear, ready for implementationThe scope is clear, ready for implementationfeature-requestThis item refers to a feature request for an existing or new utilityThis item refers to a feature request for an existing or new utilitytracerThis item relates to the Tracer UtilityThis item relates to the Tracer Utility
Type
Projects
Status
Closed