1#ifndef HYDROBRICKS_FLUX_TYPES_H
2#define HYDROBRICKS_FLUX_TYPES_H
12ContentType ContentTypeFromString(
const string& typeStr);
20string ContentTypeToString(ContentType type);
27vector<string> GetValidContentTypes();
34string GetContentTypeSuggestions();