Type Alias JsonContentType

JsonContentType: z.infer<typeof jsonContentTypesSchema>

Type for JSON content types

const jsonContentType: JsonContentType = 'application/json';
console.log(jsonContentType); // application/json