api/client/index.ts

6 lines
206 B
TypeScript
Raw Normal View History

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