liferay-headless-rest-client
Version:
A collection of Headless Clients used in Liferay Portal
1 lines • 142 B
TypeScript
import{createClient}from"@hey-api/client-fetch";export type ClientOptions={baseUrl:"http://localhost:8080"|(string&{});};export{createClient};