We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
EventRouter
1 parent 9615686 commit eb40082Copy full SHA for eb40082
apps/rpc/src/index.ts
@@ -2,6 +2,7 @@ export type { AppRouter } from "./app-router"
2
export type { Pageable } from "./query"
3
4
export type * from "./modules/article/article-router"
5
+export type * from "./modules/event/event-router"
6
export type * from "./modules/audit-log/audit-log-router"
7
export type * from "./modules/company/company-router"
8
export type * from "./modules/feedback-form/feedback-router"
0 commit comments