mirror of
https://github.com/versia-pub/api.git
synced 2025-12-06 08:28:19 +01:00
feat(client): 🏷️ Export Output and Token types
This commit is contained in:
parent
206aa7b2a9
commit
a50c80c866
|
|
@ -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 };
|
||||
|
|
|
|||
Loading…
Reference in a new issue