Type Alias CollaborationFetch
CollaborationFetch: (
input: string | URL,
init?: RequestInit,
) => Promise<Response>
Type Declaration
-
- (input: string | URL, init?: RequestInit): Promise<Response>
-
Parameters
- input: string | URL
Optionalinit: RequestInit
Returns Promise<Response>
Fetch-compatible hook used for authenticated source download and upload.