Type for JSON content types
const jsonContentType: JsonContentType = 'application/json';console.log(jsonContentType); // application/json Copy
const jsonContentType: JsonContentType = 'application/json';console.log(jsonContentType); // application/json
Type for JSON content types