Skip to content

Commit a3854fb

Browse files
committed
✨ add logged entity type
1 parent 489c0ab commit a3854fb

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)