VIDEO_FILE_EXTENSIONS: Readonly<
    {
        m4v: "video/mp4";
        mp4: "video/mp4";
        ogv: "video/ogg";
        webm: "video/webm";
    },
> = ...

The supported file extensions for video-type files, and their corresponding mime types.