Type alias DataManagerStringArrayFilter

DataManagerStringArrayFilter: {
    $in: string[];
}

Type declaration

  • $in: string[]

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