NetworkRequestOptions type

Optionen, die von Netzwerkanforderungs-APIs zulässig sind.

type NetworkRequestOptions = { body?: string; headers?: Record<string, string> }