NetworkRequestOptions type

Opties die zijn toegestaan door API's voor netwerkaanvragen.

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