Type Alias TextContentType

TextContentType: z.infer<typeof textContentTypesSchema>

Type for text content types

const textContentType: TextContentType = 'text/plain';
console.log(textContentType); // text/plain