export const DataTypes: {[key:string]:string} = {
  TEXT_PLAIN: "text/plain",
  TEXT_HTML: "text/html"
};

export const DataTypeLookup: {[key:string]:boolean} = {
  "text/plain": true,
  "text/html": true
};
