react-native-app-helpers/JsonRequestBody A request body is to contain JSON. Usage import type { JsonRequestBody } from "react-native-app-helpers"; const example: JsonRequestBody = { type: `json`, value: { example: `JSON` }, };