export enum PrePlantingContractStatus { PENDING = 'PENDING', SIGNED = 'SIGNED', EXPIRED = 'EXPIRED', }