Edit

Share via


NetworkRequestOptions type

Options allowed by network request APIs.

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