fix(docs): fix comment that breaks docs build

This commit is contained in:
Ben Irvin 2024-04-02 15:25:27 +02:00 committed by GitHub
parent 56f8262f9d
commit 22e081027f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -568,6 +568,7 @@ namespace Filters {
* }
* }
* }
* ```
*/
$and?: Array<Record<string, Record<string, string | Record<string, string>>>>;
};