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;