1 2 3 4 5 6
import createClient from "openapi-fetch"; import type { paths } from "../api/generated"; export const api = createClient<paths>({ credentials: "include", });