Type alias DataManagerMultipleSelectionsArrayFilter

DataManagerMultipleSelectionsArrayFilter: {
    $elemMatch: {
        $in: string[];
    };
}

Type declaration

  • $elemMatch: {
        $in: string[];
    }
    • $in: string[]

      The array of strings to match. Records will be returned if any of the values in the record matches any of these