import { ImageTypes } from './typings'; export const IMAGE_TYPES: ImageTypes = { figure: 'image_figure', image: 'image', caption: 'image_caption' };