Isn't the real problem here that status is defined/typed wrong?
If you want to do status === DeclarationStatus.APPROVED_BY_FREELANCER...
then declare status with that type let status: DeclarationStatus.
This way no matter what the enum values are it will work.