A type definition for a factory function that creates fetch operations
The type of data being sent in the request
The type of data expected in the response
The URL endpoint for the fetch operation
Optional
Optional data to be sent with the request
A Promise that resolves with the response data of type RETURN_DATA_TYPE
A type definition for a factory function that creates fetch operations