Directus / @directus/sdk / types / FetchInterface
Type Alias: FetchInterface() ​
FetchInterface: (
input
,init
?) =>Promise
<unknown
>
Defined in: types/globals.ts:2
Parameters ​
input ​
string
| any
init? ​
RequestInit
| any
Returns ​
Promise
<unknown
>