Type alias BodyInit

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

Generated using TypeDoc