From 39af108fa1d898980c350c4973bce4afdcbd39e5 Mon Sep 17 00:00:00 2001 From: Vladimir Kartaviy Date: Fri, 21 Feb 2020 21:35:24 +0200 Subject: [PATCH] [@types/tryghost__content-api] Incorrect browse function param "filters" (#42526) --- types/tryghost__content-api/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/tryghost__content-api/index.d.ts b/types/tryghost__content-api/index.d.ts index bd906efd18..39ea2bf087 100644 --- a/types/tryghost__content-api/index.d.ts +++ b/types/tryghost__content-api/index.d.ts @@ -155,7 +155,7 @@ export interface Params { include?: ArrayOrValue; fields?: ArrayOrValue; formats?: ArrayOrValue; - filters?: ArrayOrValue; + filter?: ArrayOrValue; limit?: ArrayOrValue; page?: ArrayOrValue; order?: ArrayOrValue;