import type { Agent } from '@forestadmin/forest-cloud';

import { Schema } from '../typings';

/*
You can find the documentation of the agent at the following URL to
help you to understand how to use the agent and how to customize your project.
=======================================================================
===== https://docs.forestadmin.com/developer-guide-agents-nodejs/ =====
=======================================================================

Run with npm or yarn this command to publish this code to your backend.
=======================================================================
================== forestadmin:build:package:publish ==================
=======================================================================
*/
export default function customizeAgent(agent: Agent<Schema>) {

}
