diff --git a/client/index.ts b/client/index.ts index 372de5e..6ed934d 100644 --- a/client/index.ts +++ b/client/index.ts @@ -1,4 +1,5 @@ -import { ResponseError } from "./lysand/base"; +import { type Output, ResponseError } from "./lysand/base"; import { LysandClient } from "./lysand/lysand"; +import type { Token } from "./types/token"; -export { LysandClient, ResponseError }; +export { LysandClient, ResponseError, type Output, type Token };