Skip to content

Commit f29e50b

Browse files
committed
♻️ move entityType to BaseContact
1 parent 09e422e commit f29e50b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/models/contact.model.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ export type BaseContact = {
3535
lastName: string | null;
3636
email: string | null;
3737
organization: string | null;
38+
type?: IntegrationEntityType;
3839
};
3940

4041
export type ContactResult = {
4142
id: string;
4243
contactUrl: string | null;
4344
avatarUrl: string | null;
4445
readonly?: boolean;
45-
type?: IntegrationEntityType;
4646
relatesTo?: IntegrationEntity[];
4747
};
4848

0 commit comments

Comments
 (0)