can someone help me ? I need to use this
const users = await db.getRepository(User).findBy({ name: Or(Equal("John"), ILike("Jane%")), })
but i can't import Or from typeOrm, it shows basic error "cannot find Or"