Skip to content

Commit b47ec82

Browse files
committed
Merge remote-tracking branch 'origin/integration-entity'
2 parents dae979f + a3854fb commit b47ec82

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/models/integration-entity.model.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ export type LabeledIntegrationEntity = IntegrationEntity & {
88
label: string;
99
};
1010

11+
export type LoggedIntegrationEntity = IntegrationEntity & {
12+
logId: string;
13+
};
14+
1115
export enum IntegrationEntityType {
1216
CONTACTS = "contacts",
1317
// hubspot specific

0 commit comments

Comments
 (0)