ContentType: z.infer<typeof contentTypesSchema>

Type for content types

const contentType: ContentType = 'text/plain';
console.log(contentType); // text/plain