Files
zitadel/packages/zitadel-client/src/index.ts

6 lines
129 B
TypeScript
Raw Normal View History

2023-04-13 13:26:02 +02:00
export { initializeApp, getApps } from "./app";
export { getAuth } from "./auth";
export type { ZitadelOptions } from "./app";