export const FERTILITY = {
    STANDARD: 'FERTILITY_STANDARD',
    DRY: 'FERTILITY_DRY',
    FERTILE: 'FERTILITY_FERTILE',
} as const;