feat: display flow count on per connection

This commit is contained in:
Ali BARIN
2022-08-13 01:39:41 +02:00
parent bb37299c5b
commit c1b637b284
3 changed files with 4 additions and 2 deletions

View File

@@ -14,6 +14,7 @@ export interface IConnection {
userId: string;
verified: boolean;
count: number;
flowCount: number;
createdAt: string;
}