TEXT_FILE_EXTENSIONS: Readonly<
    {
        csv: "text/csv";
        json: "application/json";
        md: "text/markdown";
        pdf: "application/pdf";
        tsv: "text/tab-separated-values";
        txt: "text/plain";
        xml: "application/xml";
        yaml: "application/yaml";
        yml: "application/yaml";
    },
> = ...

The supported file extensions for text files, and their corresponding mime types.