diff --git a/src/where/index.ts b/src/where/index.ts index 804b44f9..385fd442 100644 --- a/src/where/index.ts +++ b/src/where/index.ts @@ -23,7 +23,7 @@ function where( function where( field: Key | [Key] | DocId, filter: 'in', - value: string[] + value: string[] | readonly string[] ): WhereQuery // Basic filter variation