NetworkRequestOptions type

網路請求 API 允許的選項。

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