import { ICommonErrors } from '../types'; export const getCommonErrors = (): ICommonErrors => ({ NO_REF_IMAGE_ERROR: 'NoRefImageError', });