prorm API Reference
    Preparing search index...

    Type Alias CaseCondition

    CaseCondition: Record<string | symbol, any>

    A condition accepted by CaseBuilder.when(). Uses the same shape as where: clause condition objects elsewhere in this ORM, e.g.: { age: { [Op.gte]: 18 } } { [Op.and]: [...] } / { $and: [...] } { status: 'active' } (implicit equality)