mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 18:12:22 +00:00
12 lines
369 B
TypeScript
12 lines
369 B
TypeScript
export * from "./server";
|
|
export * from "./middleware";
|
|
|
|
// export * as auth from "./auth";
|
|
// export * as management from "./management";
|
|
// export * as admin from "./admin";
|
|
// export * as system from "./system";
|
|
|
|
// export * from "./proto/server/zitadel/management";
|
|
// export * from "./proto/server/zitadel/system";
|
|
// export * from "./proto/server/zitadel/admin";
|