Skip to content

Commit

Permalink
chore: use export type (maybe cause elysiajs/elysia#725 and oven-sh/b…
Browse files Browse the repository at this point in the history
  • Loading branch information
kravetsone committed Jul 17, 2024
1 parent 7071d05 commit eb553b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import type {
} from "./utils";

export * from "arctic";
export { GetProvider, Providers, RefreshableProviders } from "./utils";
export type { GetProvider, Providers, RefreshableProviders } from "./utils";

export type ElysiaOauth2Options = {
[K in Providers]?: ConstructorParameters<(typeof arctic)[K]>;
Expand Down

0 comments on commit eb553b8

Please sign in to comment.