NetworkRequestOptions type

네트워크 요청 API에서 허용하는 옵션입니다.

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