export const CONTENT_FORMAT = {
  TEXT: "text",
  HTML: "html",
}

export const CONTENT_FORMAT_VALUES = Object.values(CONTENT_FORMAT)
