@trii/types 2.10.263 → 2.10.264
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -39,6 +39,15 @@ export declare class EndingsDashboard {
|
|
|
39
39
|
quantity: number;
|
|
40
40
|
}
|
|
41
41
|
export declare class MembersDashboard {
|
|
42
|
+
optionsList: MembersDashboardOption[];
|
|
43
|
+
values: MembersDashboardValue[];
|
|
44
|
+
}
|
|
45
|
+
export declare class MembersDashboardOption {
|
|
46
|
+
key: string;
|
|
47
|
+
name: string;
|
|
48
|
+
}
|
|
49
|
+
export declare class MembersDashboardValue {
|
|
50
|
+
key: string;
|
|
42
51
|
activeConversations: number;
|
|
43
52
|
inProgressConversations: number;
|
|
44
53
|
expiredConversations: number;
|