``` ctx.db.query.listByMunicipality({municipality:...
# orm-help
t
Copy code
ctx.db.query.listByMunicipality({municipality: 1, where: {status: "ACTIVE"}}, dataRequest)
Copy code
Expected type ModuleRegistryStatusEnum, found "ACTIVE"; Did you mean the enum value ACTIVE or INACTIVE?