We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90da8c7 commit 5e736e8Copy full SHA for 5e736e8
src/models/contact.model.ts
@@ -1,6 +1,7 @@
1
import {
2
IntegrationEntity,
3
IntegrationEntityType,
4
+ LabeledIntegrationEntity,
5
} from "./integration-entity.model";
6
7
export enum PhoneNumberLabel {
@@ -43,7 +44,7 @@ export type ContactResult = {
43
44
contactUrl: string | null;
45
avatarUrl: string | null;
46
readonly?: boolean;
- relatesTo?: IntegrationEntity[];
47
+ relatesTo?: IntegrationEntity[] | LabeledIntegrationEntity[];
48
};
49
50
export type ContactTemplate = BaseContact & {
0 commit comments