Introduction
The Pages module in the Headless CMS OneEntry interface allows you to manage pages if it is a web application, or screens if it is a mobile application.
const config = {
token:'your-app-token',
};
const { Pages } = defineOneEntry('your-url', config);