prorm API Reference
    Preparing search index...

    Type Alias WhereOptions<T>

    WhereOptions: { [key: string]: any } | WhereLogical<T>

    A WHERE clause: attribute/value pairs, operator objects, or nested and/or/not groups.

    Type Parameters

    • T = any