@trii/types 2.10.585 → 2.10.586
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.
|
@@ -163,7 +163,7 @@ export interface IContactTelInfo {
|
|
|
163
163
|
state: string;
|
|
164
164
|
stateName: string;
|
|
165
165
|
}
|
|
166
|
-
interface IContactTag {
|
|
166
|
+
export interface IContactTag {
|
|
167
167
|
id: string;
|
|
168
168
|
name: string;
|
|
169
169
|
}
|
|
@@ -235,4 +235,3 @@ export interface IContactChangeLog {
|
|
|
235
235
|
importTag?: string;
|
|
236
236
|
}
|
|
237
237
|
export type ContactLogAction = 'created' | 'updated' | 'merged' | 'deleted' | 'restored';
|
|
238
|
-
export {};
|