NetworkRequestOptions type

Opciones permitidas por las API de solicitud de red.

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