NetworkRequestOptions type

ネットワーク要求 API で許可されるオプション。

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