편집

다음을 통해 공유


NetworkRequestOptions type

Options allowed by network request APIs.

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