feat: display flow count on per connection
This commit is contained in:
1
packages/types/index.d.ts
vendored
1
packages/types/index.d.ts
vendored
@@ -14,6 +14,7 @@ export interface IConnection {
|
||||
userId: string;
|
||||
verified: boolean;
|
||||
count: number;
|
||||
flowCount: number;
|
||||
createdAt: string;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user