UNPKG
palette-sdk-typescript
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.3
0.0.2
0.0.2-pre
TypeScript SDK for Spectro Cloud Palette API
palette-sdk-typescript
/
dist
/
client
/
index.d.ts
8 lines
•
230 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
/** * Copyright (c) Spectro Cloud * SPDX-License-Identifier: Apache-2.0 */
export
declare
const
customFetch
: <T>
(
url
:
string
,
options
?:
RequestInit
& { baseUrl?:
string
; }
) =>
Promise
<T>;
//# sourceMappingURL=index.d.ts.map