import textContent from "@nqminds/crop-doc-translations";
const alertTypes = {alert: "alert", advice: "advice"};
const types = {
type: alertTypes,
typeText: {[alertTypes.alert]: textContent.alert, [alertTypes.advice]: textContent.advice},
};
export default types;