api/client/index.ts

6 lines
215 B
TypeScript
Raw Normal View History

import type { Token } from "./types/token.ts";
import { type Output, ResponseError } from "./versia/base.ts";
import { Client } from "./versia/client.ts";
export { Client, ResponseError, type Output, type Token };