mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-11 20:42:16 +00:00
client server packages
This commit is contained in:
8
packages/zitadel-client/src/index.ts
Normal file
8
packages/zitadel-client/src/index.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export { initializeApp, getApps } from "./app";
|
||||
|
||||
export { getAuth } from "./auth";
|
||||
export { getManagement } from "./management";
|
||||
export { getAdmin } from "./admin";
|
||||
export { getSystem } from "./system";
|
||||
|
||||
export type { ZitadelOptions } from "./app";
|
||||
Reference in New Issue
Block a user