mirror of
https://github.com/versia-pub/api.git
synced 2025-12-06 08:28:19 +01:00
6 lines
206 B
TypeScript
6 lines
206 B
TypeScript
import type { Token } from "./types/token";
|
|
import { type Output, ResponseError } from "./versia/base";
|
|
import { Client } from "./versia/client";
|
|
|
|
export { Client, ResponseError, type Output, type Token };
|