NetworkRequestOptions type

网络请求 API 允许的选项。

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