aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sdk/src/index.ts
blob: 7b148cc6746c3a4b51a1dcce8769208e83064fb1 (plain) (blame)
1
2
3
4
5
import createClient from "openapi-fetch";

import type { paths } from "./hoarder-api.d.ts";

export const createHoarderClient = createClient<paths>;