Skip to content

Commit 213fdb1

Browse files
committed
re-export types for user-insights apis
1 parent 0704a30 commit 213fdb1

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

src/server/index.ts

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,3 +95,23 @@ export type {
9595
MfaTotpType,
9696
ApiKeyImportException
9797
} from '@propelauth/node-apis'
98+
export {
99+
ReengagementReportInterval,
100+
ChampionReportInterval,
101+
ChurnReportInterval,
102+
GrowthReportInterval,
103+
AttritionReportInterval,
104+
TopInviterReportInterval,
105+
ChartMetric,
106+
ChartMetricCadence,
107+
} from "@propelauth/node-apis"
108+
export type {
109+
ReportPagination,
110+
UserReport,
111+
UserReportRecord,
112+
OrgReport,
113+
OrgReportRecord,
114+
UserOrgMembershipForReport,
115+
ChartData,
116+
ChartDataPoint,
117+
} from "@propelauth/node-apis"

0 commit comments

Comments
 (0)