api/client/index.ts
2024-06-06 21:17:34 -10:00

5 lines
136 B
TypeScript

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