NetworkRequestOptions type

Možnosti povolené rozhraními API požadavků sítě

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