Skip to content

Commit

Permalink
Added TODO for responseRate type definition
Browse files Browse the repository at this point in the history
  • Loading branch information
atrincas committed Dec 11, 2024
1 parent aa985e0 commit 98c43c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shared/dto/widgets/base-widget-data.interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,6 @@ export type WidgetNavigationData = {

export class BaseWidgetWithData extends BaseWidget {
data: WidgetData;
// TODO: Move this to client type definitions, since it's computed on the frontend side
responseRate: number;
}

0 comments on commit 98c43c0

Please sign in to comment.