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 489c0ab commit a3854fbCopy full SHA for a3854fb
src/models/integration-entity.model.ts
@@ -8,6 +8,10 @@ export type LabeledIntegrationEntity = IntegrationEntity & {
8
label: string;
9
};
10
11
+export type LoggedIntegrationEntity = IntegrationEntity & {
12
+ logId: string;
13
+};
14
+
15
export enum IntegrationEntityType {
16
CONTACTS = "contacts",
17
// hubspot specific
0 commit comments