We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
AttendanceRouter
1 parent eb40082 commit 9fe0dfeCopy full SHA for 9fe0dfe
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/attendance-router"
6
export type * from "./modules/event/event-router"
7
export type * from "./modules/audit-log/audit-log-router"
8
export type * from "./modules/company/company-router"
0 commit comments