Type Alias BodyInit

BodyInit:
    | ReadableStream<any>
    | Blob
    | BufferSource
    | FormData
    | URLSearchParams
    | string