Variable FILE_TYPEConst

FILE_TYPE: {
    [key in FileType]: {
        label: string;
        value: FileType;
    }
} = ...