UNPKG

liferay-headless-rest-client

Version:
6 lines (5 loc) 166 B
import { createClient } from "@hey-api/client-fetch"; export type ClientOptions = { baseUrl: "http://localhost:8080" | (string & {}); }; export { createClient };