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
data: DATA_TYPEOptional 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