contentful.js icon indicating copy to clipboard operation
contentful.js copied to clipboard

Fix sync type to accept paginate as an option

Open t-botz opened this issue 2 years ago • 0 comments

Summary

Sync methods accept options as a second argument with pagination.

Description

With typescript, compilation fail when doing

client.sync(query, { paginate: false })

t-botz avatar Aug 03 '22 09:08 t-botz