Skip to content

Commit

Permalink
chore: updated metric type team-communication
Browse files Browse the repository at this point in the history
  • Loading branch information
noahonyejese committed Sep 18, 2024
1 parent e93ccd0 commit ccaf69a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion types/display-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,12 @@ export type MetricTypes = {
name: string;
characters: number;
messages: number;
lastMessage: number;
connections: {
[key: string]: number;
[key: string]: {
messages: number;
characters: number;
};
};
};
};
Expand Down

0 comments on commit ccaf69a

Please sign in to comment.