Type Alias FetchResultData

FetchResultData:
    | any
    | string
    | Document
    | Response

Possible return types depending on how the result is parsed.