liferay-headless-rest-client
Version:
A collection of Headless Clients used in Liferay Portal
1 lines • 1.76 kB
TypeScript
import type{Options as ClientOptions,TDataShape,Client}from'@hey-api/client-fetch';import type{GetGroupAssetMetricAssetTypeAppearsOnHistogramData,GetGroupAssetMetricAssetTypeAppearsOnHistogramResponses,GetGroupAssetMetricAssetTypeDeviceData,GetGroupAssetMetricAssetTypeDeviceResponses,GetGroupAssetMetricAssetTypeHistogramData,GetGroupAssetMetricAssetTypeHistogramResponses,GetGroupAssetMetricData,GetGroupAssetMetricResponses}from'./types.gen';export type Options<TData extends TDataShape=TDataShape,ThrowOnError extends boolean=boolean>=ClientOptions<TData,ThrowOnError>&{client?:Client;meta?:Record<string,unknown>;};export declare const getGroupAssetMetricAssetTypeAppearsOnHistogram:<ThrowOnError extends boolean=false>(options:Options<GetGroupAssetMetricAssetTypeAppearsOnHistogramData,ThrowOnError>)=>import("@hey-api/client-fetch").RequestResult<GetGroupAssetMetricAssetTypeAppearsOnHistogramResponses,unknown,ThrowOnError,"fields">;export declare const getGroupAssetMetricAssetTypeDevice:<ThrowOnError extends boolean=false>(options:Options<GetGroupAssetMetricAssetTypeDeviceData,ThrowOnError>)=>import("@hey-api/client-fetch").RequestResult<GetGroupAssetMetricAssetTypeDeviceResponses,unknown,ThrowOnError,"fields">;export declare const getGroupAssetMetricAssetTypeHistogram:<ThrowOnError extends boolean=false>(options:Options<GetGroupAssetMetricAssetTypeHistogramData,ThrowOnError>)=>import("@hey-api/client-fetch").RequestResult<GetGroupAssetMetricAssetTypeHistogramResponses,unknown,ThrowOnError,"fields">;export declare const getGroupAssetMetric:<ThrowOnError extends boolean=false>(options:Options<GetGroupAssetMetricData,ThrowOnError>)=>import("@hey-api/client-fetch").RequestResult<GetGroupAssetMetricResponses,unknown,ThrowOnError,"fields">;