fix: Export all classes and types from the SDK (#9422)

This commit is contained in:
Stevche Radevski
2024-10-02 10:40:26 +02:00
committed by GitHub
parent 9811da2960
commit 86badc6804

View File

@@ -21,4 +21,18 @@ class Medusa {
}
export default Medusa
export { FetchError } from "./client"
export { FetchError, Client } from "./client"
export { Admin } from "./admin"
export { Auth } from "./auth"
export { Store } from "./store"
export {
Config,
ClientHeaders,
ClientFetch,
FetchArgs,
FetchInput,
FetchStreamResponse,
Logger,
ServerSentEventMessage,
} from "./types"