2024-11-08 15:44:31 +00:00
|
|
|
export = clientFetch;
|
2024-12-06 10:44:26 +00:00
|
|
|
declare function clientFetch(url: string, options?: import("../../package-shared/types").FetchApiOptions, contentType?: "json" | "text" | "html" | "blob" | "file"): Promise<any>;
|
2024-11-08 15:44:31 +00:00
|
|
|
declare namespace clientFetch {
|
|
|
|
export { clientFetch as fetchApi };
|
|
|
|
}
|