api/client/index.ts
2024-08-24 14:58:50 +02:00

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 };