Mayson Monorepo Documentation
Preparing search index...
packages/api-client/src
FormDataFetcher
Type Alias FormDataFetcher
FormDataFetcher
:
<
T
>
(
endpoint
:
string
,
formData
:
FormData
)
=>
Promise
<
T
>
FormData fetcher function type for file uploads
Type Declaration
<
T
>
(
endpoint
:
string
,
formData
:
FormData
)
:
Promise
<
T
>
Type Parameters
T
Parameters
endpoint
:
string
formData
:
FormData
Returns
Promise
<
T
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Mayson Monorepo Documentation
Loading...
FormData fetcher function type for file uploads