api/client/index.ts

5 lines
136 B
TypeScript
Raw Normal View History

import { ResponseError } from "./lysand/base";
import { LysandClient } from "./lysand/lysand";
export { LysandClient, ResponseError };